Difference between revisions of "EquipSlot Script"

From the CreationKit Wiki
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 ==


{|class="wikitable" width =100%
:'''Int [[GetNumParents - EquipSlot|GetNumParents]]()'''
!style="text-align:left;"|Function
:*Returns the number of parent slots.
!style="text-align:left;"|Description
|-
|[[GetNumParents - EquipSlot|Int '''GetNumParents'''()]]
|Returns the number of parent slots.
|-


|[[GetNthParent - EquipSlot|EquipSlot '''GetNthParent'''(Int ''n'')]]
:'''EquipSlot [[GetNthParent - EquipSlot|GetNthParent]](Int ''n'')'''
|Returns the Nth parent slot.
:*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