- Found in:
- iEquip
Description
Documentation Comment
@brief Returns whether the given spell is a bound spell.
@param a_spell The spell to check.
@return Returns true if the given spell is a bound spell, else returns false.
Caveats
Parameters
Spella_spell
Examples
Auto-Generated Example
Spell mySpell__a_spell
bool returnedValue = iEquip_SpellExt.IsBoundSpell(mySpell__a_spell)