RemoveAllStatusEffects
Declaration
public static void RemoveAllStatusEffects()
Description
Removes all StatusEffects from the StatusManager.
Declaration
public static void RemoveAllStatusEffects(StatusEffectGroup group)
Parameters
Name
Type
Description
group
The StatusEffectGroup of the StatusEffectData used by the StatusEffects that should be removed.
Description
Removes all StatusEffects from the StatusManager that contains the given string group name.
Last updated