AddSlotToMask - Armor

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