- Found in:
- SKSE
Description
Wiki Description
Sets the slot mask for the armor. (This function requires SKSE)
Documentation Comment
sets the slot mask for the armor
Parameters
intslotMask
CK Wiki Description
The new value of the slot mask for the armor.
Examples
; Change the helmet so you can wear a circlet with it
HelmetProperty.SetSlotMask(2)Auto-Generated Example
int myInt__slotMask
myArmor__toCallFunctionOn.SetSlotMask(myInt__slotMask)