SetSlotMask - Armor

From the CreationKit Wiki
Revision as of 12:20, 10 May 2012 by imported>Fg109 (Created page for SetSlotMask)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Armor Script

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

Syntax

Function SetSlotMask(int slotMask) native

Parameters

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

Return Value

  • None

Examples

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

See Also