- Found in:
- SKSE
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
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
- Armor
- Armor.GetSlotMask()
- Armor.SetSlotMask(...)
- Armor.AddSlotToMask(...)
- Armor.GetMaskForSlot(...)
- Actor.GetWornForm(...)
- List of Slot Masks
- Suggested SlotMask Usage
