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: Formatting Change)
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)'''
{|class="wikitable" width =100%
*Returns the Nth parent slot.
!style="text-align:left;"|Function
!style="text-align:left;"|Description
|-
|[[GetNumParents - EquipSlot|Int '''GetNumParents'''()]]
|Returns the number of parent slots.
|-
 
|[[GetNthParent - EquipSlot|EquipSlot '''GetNthParent'''(Int ''n'')]]
|Returns the Nth parent slot.
|-
 
|}


== Events ==
== Events ==

Revision as of 04:56, 24 October 2013


Extends: Form Script

Script for the manipulation of Equip Slot objects.

Definition

Scriptname EquipSlot extends Form Hidden

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

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

Events

None

Notes

None