RemoveSlotFromMask - Armor

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

SKSE Member of: Armor Script

Removes the specified slot mask from the armor and returns the new slot mask for the armor. (This function requires SKSE)

SyntaxEdit

int Function RemoveSlotFromMask(int slotMask) native

ParametersEdit

  • slotMask: The slot mask to remove from the armor.

Return ValueEdit

ExamplesEdit

; Removes the equip slot for circlets from the helmet
HelmetProperty.RemoveSlotFromMask(0x00001000)

See AlsoEdit