- 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
No human-generated examples found for this function.
Auto-Generated Example
int myInt__slotMask
int returnedValue = myArmor__toCallFunctionOn.AddSlotToMask(myInt__slotMask)