iEquip_FormExt
- Found in:
- iEquip
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- iEquip
@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).
- Found in:
- iEquip
@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).
- Found in:
- iEquip
@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).
- Found in:
- iEquip
@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).
- Found in:
- iEquip
@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.
- Found in:
- iEquip
@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.
- Found in:
- iEquip
@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.
- Found in:
- iEquip
@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.
- Found in:
- iEquip
@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.
