GetSlotMask - Armor

SKSE Member of: Armor Script

Returns the slot mask of the armor. (This function requires SKSE)

SyntaxEdit

int Function GetSlotMask() native

ParametersEdit

  • None

Return ValueEdit

The slot mask of the armor.

ExamplesEdit

; Obtain the slot mask of an armor property
int SlotMask = ArmorProperty.GetSlotMask()
if (SlotMask == 4)
	Debug.Trace("This armor is equipped on the body, and only the body.")
endif

See AlsoEdit