Background for Skyrim SE
Member of the Armor script
intfunctionGetSlotMask()Native

Description

Wiki Description

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

Documentation Comment

returns the slot mask for the armor.


Caveats


Examples

; 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

Auto-Generated Example

int returnedValue = myArmor__toCallFunctionOn.GetSlotMask()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.