Background for Skyrim SE
Member of the Armor script
voidfunctionSetSlotMask(intslotMask)Native

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

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.