- Found in:
- SKSE
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.")
endifAuto-Generated Example
int returnedValue = myArmor__toCallFunctionOn.GetSlotMask()Related Pages
- Armor
- Armor.SetSlotMask(...)
- Armor.AddSlotToMask(...)
- Armor.RemoveSlotFromMask(...)
- Armor.GetMaskForSlot(...)
- Actor.GetWornForm(...)
- List of Slot Masks
