GetNthParent - EquipSlot

SKSE Member of: EquipSlot Script

Returns the Nth parent slot

SyntaxEdit

EquipSlot Function GetNthParent(int n) native

ParametersEdit

  • n: The index of the parent slot.

Return ValueEdit

The Nth parent slot.

ExamplesEdit

EquipSlot RightHand = EitherHandProperty.GetNthParent(1)

See AlsoEdit