EquipSlot Script

From the CreationKit Wiki
Revision as of 04:31, 1 June 2013 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Int Function GetNumParents()

  • Returns the number of parent slots.

EquipSlot Function GetNthParent(Int n)

  • Returns the Nth parent slot.

Events

None

Notes

None