- Found in:
- SKSE
ReferenceAliasfunctionGetNthReferenceAlias(ActorakActor, inthandSlot, intslotMask, intn)NativeGlobal
Description
Documentation Comment
Returns the nth ReferenceAlias holding this reference
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
int myInt__handSlot
int myInt__slotMask
int myInt__n
ReferenceAlias returnedValue = WornObject.GetNthReferenceAlias(myActor__akActor, myInt__handSlot, myInt__slotMask, myInt__n)