FutureProg functions
activespelleffects
Overload 1
activespelleffects overload 1
Effect Collection activespelleffects(Character character)
Available in
- computer function
- computer program
- standard futureprog
Returns the active spell-parent effects on the character.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose active spell effects should be inspected |
Overload 2
activespelleffects overload 2
Effect Collection activespelleffects(Character character, MagicSpell spell)
Available in
- computer function
- computer program
- standard futureprog
Returns the active spell-parent effects on the character that belong to the specified spell.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose active spell effects should be inspected |
spell |
MagicSpell |
The spell to match |