GetMemorizedSpellIsDomainSpell(object, int, int, int)
From NWN Lexicon
Jump to navigationJump to searchGets if the memorized spell slot has a domain spell.
Parameters
- oCreature
- The creature.
- nClassType
- a CLASS_TYPE_* constant. Must be a MemorizesSpells class.
- nSpellLevel
- An integer from 0-9.
- nIndex
- The index of the spell slot. Bounds: 0 <= nIndex < GetMemorizedSpellCountByLevel()
Description
Gets if the memorized spell slot has a domain spell. Returns: TRUE/FALSE or -1 if the slot is not set.
Remarks
MemorizesSpells classes are Clerics, Wizards and the like, compared to Sorcerers and Bards.
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
constants: |
author: Shadguy