RemoveAllStatusEffects

Declaration

public static void RemoveAllStatusEffects()

Description

Removes all StatusEffects from a given MonoBehaviourarrow-up-right.


Declaration

public static void RemoveAllStatusEffects(string group)

Parameters

group

The string group name of the StatusEffectData used by the StatusEffects that should be removed.

Description

Removes all StatusEffects from a given MonoBehaviourarrow-up-right that contains the given string group name.

Last updated