Background for Skyrim SE
Member of the SPE_Actor script
Form[]functionGetWornForms(ActorakActor)NativeGlobal

Description

Documentation Comment

Get all currently worn forms, optionally filtered by slot mask
aiSlotMask: Sum of slot masks to check. An armor is returned if it occupies any of the specified slots
See Armor.psc or https://ck.uesp.net/wiki/Slot_Masks_-_Armor for a list of masks


Caveats


Parameters

ActorakActor


Examples

Auto-Generated Example

Actor myActor__akActor

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