RemoveStatusEffect
Declaration
Parameters
Name
Type
Description
Description
Removes a StatusEffect from the StatusManager.
Declaration
Parameters
Name
Type
Description
statusEffectData
The StatusEffectData used by the StatusEffect that should be removed.
stack
int?
If an amount is given it will only remove that given number of the stack.
Description
Removes a StatusEffect from the StatusManager that contains the given StatusEffectData. If a stack count is given it will remove only the specified amount.
Declaration
Parameters
Name
Type
Description
name
The ComparableName name of the StatusEffectData used by the StatusEffect that should be removed.
stack
int?
If an amount is given it will only remove that given number of the stack.
Description
Removes a StatusEffect from the StatusManager that contains the given ComparableName name.
Last updated