Background for Skyrim SE
Member of the EquipSlot script
EquipSlotfunctionGetNthParent(intn)Native

Description

Wiki Description

Returns the Nth parent slot

Documentation Comment

Returns the Nth parent slot


Parameters

  1. 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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.