- Found in:
- SKSE
Description
Wiki Description
Returns the slot mask for a single slot. (This function requires SKSE)
Documentation Comment
calculates the equivalent value for the properties below
Parameters
intslot
CK Wiki Description
The equip slot. (eg 30 for Head, 42 for Circlet, etc)
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__slot
int returnedValue = Armor.GetMaskForSlot(myInt__slot)Related Pages
- Armor
- Armor.GetSlotMask()
- Armor.SetSlotMask(...)
- Armor.AddSlotToMask(...)
- Armor.RemoveSlotFromMask(...)
- Actor.GetWornForm(...)
- List of Slot Masks
