The StatusManager contains all of the public extensions methods for getting, adding, and removing status effects.
The extension methods contained in the StatusManager class are available to all classes that inherit MonoBehaviourarrow-up-right and IStatus.
SetGlobalTimeOverride
Overrides real-time duration to decrementing from a UnityEventarrow-up-right.
UnsetGlobalTimeOverride
Resets the time override to being real-time.
GetStatusEffects
Returns a list of the StatusEffects on an IStatus MonoBehaviourarrow-up-right.
AddStatusEffect
Adds a new StatusEffect to an IStatus MonoBehaviourarrow-up-right.
RemoveStatusEffect
Remove a StatusEffect from an IStatus MonoBehaviourarrow-up-right.
RemoveAllStatusEffects
Remove all StatusEffects from an IStatus MonoBehaviourarrow-up-right.