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

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)

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.