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

Description

Wiki Description

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

Documentation Comment

removes the specified slot masks from the armor


Caveats


Parameters

intslotMask

CK Wiki Description

The slot mask to remove from the armor.


Examples

; Removes the equip slot for circlets from the helmet
HelmetProperty.RemoveSlotFromMask(0x00001000)

Auto-Generated Example

int myInt__slotMask

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