GetWornForm - Actor

SKSE Member of: Actor Script

Returns the form of the item worn with the specified slotMask. (This function requires SKSE)

SyntaxEdit

Form Function GetWornForm(int slotMask) native

ParametersEdit

Return ValueEdit

  • The form of the equipped item with the specified slot mask.

ExamplesEdit

; Obtain the player's currently equipped cuirass
Armor Cuirass = Game.GetPlayer().GetWornForm(0x00000004) as Armor

See AlsoEdit