Background for Skyrim SE
Member of the Actor script
intfunctionGetWornItemId(intslotMask)Native

Description

Documentation Comment

returns the itemId for the item worn at the specified slotMask


Caveats


Parameters

intslotMask


Examples

Auto-Generated Example

int myInt__slotMask

int returnedValue = myActor__toCallFunctionOn.GetWornItemId(myInt__slotMask)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.