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.

DefinitionEdit

Scriptname EquipSlot extends Form Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

SKSE Member FunctionsEdit

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

EventsEdit

None

NotesEdit

None