Difference between revisions of "EquipSlot Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Bot Owned
 
imported>CraftySentinel
m (→‎SKSE Member Functions: Reverted to List)
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:


== SKSE Member Functions ==
== SKSE Member Functions ==
'''Int Function [[GetNumParents - EquipSlot|GetNumParents]]()'''
*Returns the number of parent slots.


'''EquipSlot Function [[GetNthParent - EquipSlot|GetNthParent]](Int n)'''
:'''Int [[GetNumParents - EquipSlot|GetNumParents]]()'''
*Returns the Nth parent slot.
:*Returns the number of parent slots.
 
:'''EquipSlot [[GetNthParent - EquipSlot|GetNthParent]](Int ''n'')'''
:*Returns the Nth parent slot.


== Events ==
== Events ==

Latest revision as of 08: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