EquipSlot Script

Revision as of 08:06, 2 February 2014 by imported>CraftySentinel (→‎SKSE Member Functions: Reverted to List)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Extends: Form Script

Script for the manipulation of Equip Slot objects.

Definition

Scriptname EquipSlot extends Form Hidden

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

Int GetNumParents()
  • Returns the number of parent slots.
EquipSlot GetNthParent(Int n)
  • Returns the Nth parent slot.

Events

None

Notes

None