GetStatusEffects
Declaration
Parameters
Name
Type
Description
Returns
IEnumerable<StatusEffect> Returns an IEnumerable of all status effects in this StatusManager with the given filters.
Description
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.
Last updated