SetWeightClass - Armor

SKSE Member of: Armor Script

Sets the weight class of the armor to the specified weight class. (This function requires SKSE)

SyntaxEdit

Function SetWeightClass(int weightClass) native

ParametersEdit

  • weightClass: The new weight class of the armor.
    • 0 = Light
    • 1 = Heavy
    • 2 = None

Return ValueEdit

None.

ExamplesEdit

; Changes LightArmorProperty to a heavy armor
LightArmorProperty.SetWeightClass(1)

See AlsoEdit