Background for Skyrim SE
Member of the WornObject script
ReferenceAliasfunctionGetNthReferenceAlias(ActorakActor, inthandSlot, intslotMask, intn)NativeGlobal

Description

Documentation Comment

Returns the nth ReferenceAlias holding this reference


Parameters

  1. ActorakActor

  2. inthandSlot

  3. intslotMask

  4. intn


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.