Difference between revisions of "EquipSlot Script"
Jump to navigation
Jump to search
imported>CraftySentinel m (→SKSE Member Functions: Formatting Change) |
imported>CraftySentinel m (→SKSE Member Functions: Reverted to List) |
||
Line 25: | Line 25: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
:'''Int [[GetNumParents - EquipSlot|GetNumParents]]()''' | |||
:*Returns the number of parent slots. | |||
:'''EquipSlot [[GetNthParent - EquipSlot|GetNthParent]](Int ''n'')''' | |||
:*Returns the Nth parent slot. | |||
== Events == | == Events == |
Latest revision as of 07:06, 2 February 2014
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