GetNthParent - EquipSlot

From the CreationKit Wiki
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]