StatModifierHandle

Type Alias StatModifierHandle 

Source
pub type StatModifierHandle = Rc<StatModifierHandleTag>;
Expand description

This handle is returned from calling stat.add_modifier() (technically it’s returned in the Ok, result).

The handle controls the validity of a modifier. Once dropped, the modifier is automatically removed from the super::Stat that created it.

Aliased Type§

pub struct StatModifierHandle { /* private fields */ }