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

Description

Wiki Description

Adds the specified slot mask to the armor and returns the new slot mask for the armor. (This function requires SKSE)

Documentation Comment

adds the specified slotMask to the armor


Caveats


Parameters

intslotMask

CK Wiki Description

The slot mask to add to the armor.


Examples

; Adds the equip slot for forearms to the armor
ArmorProperty.AddSlotToMask(16)

Auto-Generated Example

int myInt__slotMask

int returnedValue = myArmor__toCallFunctionOn.AddSlotToMask(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.