- 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
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)