Background for Skyrim SE

The iEquip_SpellExt Script

    The iEquip_SpellExt script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like iEquip (iEquip).

    For this script, the Papyrus index knows about:

    • 3 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • intfunctionGetBoundSpellWeapType(Spella_spell)NativeGlobal

        @brief Returns the weapon type of the weapon summoned by the bound spell.
        @param a_spell The spell to check.
        @return The type of the weapon summoned by the bound spell.
        VALID TYPES:
        -1 - Not Found
        00 - Hand-to-hand melee
        01 - One-handed sword
        02 - One-handed dagger
        03 - One-handed axe
        04 - One-handed mace
        05 - Two-handed sword
        06 - Two-handed axe
        07 - Bow
        08 - Staff
        09 - Crossbow

      • boolfunctionIsBoundSpell(Spella_spell)NativeGlobal

        @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.

      • boolfunctionIsHealingSpell(Spella_spell)NativeGlobal

        @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.

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.