StatusFloat
Last updated
Last updated
The StatusFloat contains float values that are dynamically effected by StatusEffects.
StatusName
The StatusNameFloat scriptable object.
BaseValue
The base float value.
SignProtected
If enabled, if will clamp the final value to the sign (+/-) of the baseValue.
Value
OnValueChanged
Invoked when a new value is assigned. Returns the previous and new values.
OnBaseValueChanged
Invoked when a new base value is assigned. Returns the previous and new base values.
OnSignProtectedChanged
Invoked when a new sign protected is assigned. Returns the previous and new sign protected.