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

Description

Documentation Comment

Returns the name of this reference
this is the name that is displayed


Caveats


Parameters

ActorakActor

inthandSlot

intslotMask


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__handSlot
int myInt__slotMask

string returnedValue = WornObject.GetDisplayName(myActor__akActor, myInt__handSlot, myInt__slotMask)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.