Difference between revisions of "EquipSlot Script"
Jump to navigation
Jump to search
imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:Script Objects Category:SKSE Category:SKSE Script Objects '''Extends:''' Form Script Script for the mani...") |
imported>CraftySentinel m (→SKSE Member Functions: Formatting Change) |
||
Line 24: | Line 24: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
''' | {|class="wikitable" width =100% | ||
!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 03: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