GetStatusEffects
Last updated
Last updated
public IEnumerable<StatusEffect> GetStatusEffects(StatusEffectGroup? group = null, ComparableName? name = null, StatusEffectData? data = null)
group
The to select in the effect list.
name
The of the effect to select in the effect list.
data
The to select in the effect list.
IEnumerable<StatusEffect> Returns a IEnumerable of all status effects in this StatusManager with the given filters.
Searches this StatusManager for a list of effects with the given filters. If a group, name, or data is given then only effects with the same group, name, and data will be selected.