- Found in:
- SKSE
Description
Wiki Description
Returns the Nth parent slot
Documentation Comment
Returns the Nth parent slot
Caveats
Parameters
intn
CK Wiki Description
The index of the parent slot.
Examples
EquipSlot RightHand = EitherHandProperty.GetNthParent(1)Auto-Generated Example
int myInt__n
EquipSlot returnedValue = myEquipSlot__toCallFunctionOn.GetNthParent(myInt__n)