Difference between revisions of "SetSlotMask - Armor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Fg109
(Created page for SetSlotMask)
 
imported>Fg109
Line 12: Line 12:


== Parameters ==
== Parameters ==
*slotMask: The new value of the slot mask for the armor.
*slotMask: The new value of the [[Slot Masks - Armor|slot mask]] for the armor.


== Return Value ==
== Return Value ==

Revision as of 12:26, 10 May 2012

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