- 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
Caveats
Parameters
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)