GetStatusEffect
Last updated
Last updated
public bool GetStatusEffects(int instanceId, out StatusEffect statusEffect)
bool Returns true when a StatusEffect with the given instance ID is found.
Searches this StatusManager for an effect with the given instance ID. If a StatusEffect isn't found the method will return false and output null.
instanceId
The instance ID of the StatusEffect to search for.
statusEffect
The StatusEffect found in the effect list. Returns null if none are found.