GetNthParent - EquipSlot

From the CreationKit Wiki
Revision as of 05:02, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' EquipSlot Script Returns the Nth parent slot == Syntax == <source lang="papyrus"> Equ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: EquipSlot Script

Returns the Nth parent slot

Syntax[edit | edit source]

EquipSlot Function GetNthParent(int n) native

Parameters[edit | edit source]

  • n: The index of the parent slot.

Return Value[edit | edit source]

The Nth parent slot.

Examples[edit | edit source]

EquipSlot RightHand = EitherHandProperty.GetNthParent(1)

See Also[edit | edit source]