EquipSlot Script

From the CreationKit Wiki
Revision as of 04:56, 24 October 2013 by imported>CraftySentinel (→‎SKSE Member Functions: Formatting Change)
Jump to navigation Jump to search


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