[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
GetNthParent - EquipSlot
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)