SetSlotMask - Armor

SKSE Member of: Armor Script

Sets the slot mask for the armor. (This function requires SKSE)

SyntaxEdit

Function SetSlotMask(int slotMask) native

ParametersEdit

  • slotMask: The new value of the slot mask for the armor.

Return ValueEdit

  • None

ExamplesEdit

; Change the helmet so you can wear a circlet with it
HelmetProperty.SetSlotMask(2)

See AlsoEdit