AddSlotToMask - Armor

From the CreationKit Wiki
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]

Return Value[edit | edit source]

Examples[edit | edit source]

; Adds the equip slot for forearms to the armor
ArmorProperty.AddSlotToMask(16)

See Also[edit | edit source]