Background for Skyrim SE
Member of the ArmorAddon script
intfunctionGetMaskForSlot(intslot)Global

Description

Documentation Comment

calculates the equivalent mask value for the slot
This is a global function, use it directly from Armor as it is faster


Caveats


Parameters

intslot


Examples

Auto-Generated Example

int myInt__slot

int returnedValue = ArmorAddon.GetMaskForSlot(myInt__slot)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.