- Found in:
- SKSE
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
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)