EquipSlot Script

From the CreationKit Wiki
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of Equip Slot objects.

Definition[edit | edit source]

Scriptname EquipSlot extends Form Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

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

Events[edit | edit source]

None

Notes[edit | edit source]

None