AddSlotToMask - Armor
Jump to navigation
Jump to search
SKSE Member of: Armor Script
Adds the specified slot mask to the armor and returns the new slot mask for the armor. (This function requires SKSE)
Syntax[edit | edit source]
int Function AddSlotToMask(int slotMask) native
Parameters[edit | edit source]
- slotMask: The slot mask to add to the armor.
Return Value[edit | edit source]
- The new slot mask of the armor.
Examples[edit | edit source]
; Adds the equip slot for forearms to the armor
ArmorProperty.AddSlotToMask(16)