AddSlotToMask - Armor

Revision as of 20:02, 1 December 2013 by imported>Egocarib (suggested slot mask usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

SyntaxEdit

int Function AddSlotToMask(int slotMask) native

ParametersEdit

Return ValueEdit

ExamplesEdit

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

See AlsoEdit