SetWeightClass - Armor

Revision as of 12:20, 10 May 2012 by imported>Fg109 (Created page for SetWeightClass)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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