GetMaskForSlot - Armor
(Redirected from GetMaskForSlot- Armor)
Jump to navigation
Jump to search
SKSE Member of: Armor Script
Returns the slot mask for a single slot. (This function requires SKSE)
Syntax[edit | edit source]
int Function GetMaskForSlot(int slot) global native
Parameters[edit | edit source]
- slot: The equip slot. (eg 30 for Head, 42 for Circlet, etc)
Return Value[edit | edit source]
- The slot mask associated with the equip slot.
Examples[edit | edit source]
; Get the slot mask for the ring equip slot
int slotmask = Armor.GetSlotMask(36)
; Returns 64