- Found in:
- SKSE
Description
Wiki Description
Sets the weight class of the armor to the specified weight class. (This function requires SKSE)
Caveats
Parameters
intweightClass
CK Wiki Description
The new weight class of the armor.
- 0 = Light
- 1 = Heavy
- 2 = None
Examples
; Changes LightArmorProperty to a heavy armor
LightArmorProperty.SetWeightClass(1)Auto-Generated Example
int myInt__weightClass
myArmor__toCallFunctionOn.SetWeightClass(myInt__weightClass)