Difference between revisions of "SetSlotMask - Armor"
Jump to navigation
Jump to search
imported>Egocarib m (suggested SlotMask Usage) |
imported>Egocarib m |
||
Line 31: | Line 31: | ||
*[[GetWornForm - Actor]] | *[[GetWornForm - Actor]] | ||
*[[Slot Masks - Armor|List of Slot Masks]] | *[[Slot Masks - Armor|List of Slot Masks]] | ||
*[[Biped_Object|Suggested | *[[Biped_Object|Suggested Slot Mask Usage]] |
Latest revision as of 19:02, 1 December 2013
SKSE Member of: Armor Script
Sets the slot mask for the armor. (This function requires SKSE)
Syntax[edit | edit source]
Function SetSlotMask(int slotMask) native
Parameters[edit | edit source]
- slotMask: The new value of the slot mask for the armor.
Return Value[edit | edit source]
- None
Examples[edit | edit source]
; Change the helmet so you can wear a circlet with it
HelmetProperty.SetSlotMask(2)