GetNthParent - EquipSlot
Revision as of 04: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...")
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)