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