Background for Skyrim SE
Member of the SPE_Actor script
Armor[]functionGetWornArmor(ActorakActor, intaiSlotMask=0)NativeGlobal


Caveats


Parameters

ActorakActor

intaiSlotMask=0


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiSlotMask

Armor[] returnedValue = SPE_Actor.GetWornArmor(myActor__akActor, myInt__aiSlotMask)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.