Difference between revisions of "EquipSlot Script"

116 bytes removed ,  08:06, 2 February 2014
m
→‎SKSE Member Functions: Reverted to List
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 ==