Background for Skyrim SE

iEquip_FormExt


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
voidfunctionRegisterForBoundWeaponEquippedEvent(Forma_thisForm)NativeGlobal

@brief Registers the passed script to be notified when the player equips a bound weapon.
@param a_thisForm The form to register for the event (i.e. Self).

voidfunctionUnregisterForBoundWeaponEquippedEvent(Forma_thisForm)NativeGlobal

@brief Unregisters the passed script to no longer be notified when the player equips a bound weapon.
@param a_thisForm The form to register for the event (i.e. Self).

voidfunctionRegisterForBoundWeaponUnequippedEvent(Forma_thisForm)NativeGlobal

@brief Registers the passed script to be notified when the player unequips a bound weapon.
@param a_thisForm The form to register for the event (i.e. Self).

voidfunctionUnregisterForBoundWeaponUnequippedEvent(Forma_thisForm)NativeGlobal

@brief Unregisters the passed script to no longer be notified when the player unequips a bound weapon.
@param a_thisForm The form to register for the event (i.e. Self).

boolfunctionHasFire(Forma_form)NativeGlobal

@brief Returns whether the given form has fire.
@param a_form The form to check.
@return Returns true if the given form has fire, else returns false.

boolfunctionHasIce(Forma_form)NativeGlobal

@brief Returns whether the given form has ice.
@param a_form The form to check.
@return Returns true if the given form has ice, else returns false.

boolfunctionHasPoison(Forma_form)NativeGlobal

@brief Returns whether the given form has poison.
@param a_form The form to check.
@return Returns true if the given form has poison, else returns false.

boolfunctionHasShock(Forma_form)NativeGlobal

@brief Returns whether the given form has shock.
@param a_form The form to check.
@return Returns true if the given form has shock, else returns false.

boolfunctionIsBandage(Forma_form)NativeGlobal

@brief Returns whether the given form is a bandage.
@param a_form The form to check.
@return Returns true if the given form is a bandage, else returns false.

boolfunctionIsGrenade(Forma_form)NativeGlobal

@brief Returns whether the given form is a grenade.
@param a_form The form to check.
@return Returns true if the given form is a grenade, else returns false.

boolfunctionIsJavelin(Forma_form)NativeGlobal

@brief Returns whether the given form is a javelin.
@param a_form The form to check.
@return Returns true if the given form is a javelin, else returns false.

boolfunctionIsOil(Forma_form)NativeGlobal

@brief Returns whether the given form is a poison oil.
@param a_form The form to check.
@return Returns true if the given form is a poison oil, else returns false.

boolfunctionIsSalve(Forma_form)NativeGlobal

@brief Returns whether the given form is a salve.
@param a_form The form to check.
@return Returns true if the given form is a salve, else returns false.

boolfunctionIsSpear(Forma_form)NativeGlobal

@brief Returns whether the given form is a spear.
@param a_form The form to check.
@return Returns true if the given form is a spear, else returns false.

boolfunctionIsSpellRanged(Forma_form)NativeGlobal

@brief Returns whether the given form is a ranged spell.
@param a_form The form to check.
@return Returns true if the given form is a ranged spell, else returns false.

boolfunctionIsSpellWard(Forma_form)NativeGlobal

@brief Returns whether the given form is a spell ward.
@param a_form The form to check.
@return Returns true if the given form is a spell ward, else returns false.

boolfunctionIsStaffRanged(Forma_form)NativeGlobal

@brief Returns whether the given form is a spell staff.
@param a_form The form to check.
@return Returns true if the given form is a spell staff, else returns false.

boolfunctionIsThrowingAxe(Forma_form)NativeGlobal

@brief Returns whether the given form is a throwing axe.
@param a_form The form to check.
@return Returns true if the given form is a throwing axe, else returns false.

boolfunctionIsThrowingKnife(Forma_form)NativeGlobal

@brief Returns whether the given form is a throwing knife.
@param a_form The form to check.
@return Returns true if the given form is a throwing knife, else returns false.

boolfunctionIsWax(Forma_form)NativeGlobal

@brief Returns whether the given form is a poison wax.
@param a_form The form to check.
@return Returns true if the given form is a poison wax, else returns false.

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