Background for Skyrim SE
Member of the iEquip_SpellExt script
boolfunctionIsHealingSpell(Spella_spell)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.