A memorised spell structure. More...
Public Attributes | |
| int | id |
| Spell ID. More... | |
| int | ready |
| Whether the spell can be cast. More... | |
| int | meta |
| Metamagic type, if any. More... | |
| int | domain |
| Clerical domain, if any. More... | |
A memorised spell structure.
Definition at line 34 of file nwnx_deprecated.nss.
| int NWNX_Creature_MemorisedSpell::id |
Spell ID.
Definition at line 36 of file nwnx_deprecated.nss.
| int NWNX_Creature_MemorisedSpell::ready |
Whether the spell can be cast.
Definition at line 37 of file nwnx_deprecated.nss.
| int NWNX_Creature_MemorisedSpell::meta |
Metamagic type, if any.
Definition at line 38 of file nwnx_deprecated.nss.
| int NWNX_Creature_MemorisedSpell::domain |
Clerical domain, if any.
Definition at line 39 of file nwnx_deprecated.nss.