AddSlotToMask - Armor

From the CreationKit Wiki
Revision as of 20:02, 1 December 2013 by imported>Egocarib (suggested slot mask usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]