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

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