GetWarmthRating - Armor

Revision as of 08:17, 12 July 2023 by Ingvion (talk | contribs) (Undo revision 23203 by Ingvion (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Armor Script (Requires SSE 1.5.3)

Obtains the "warmth rating" of this piece of armor.

SyntaxEdit

float Function GetWarmthRating() native

ParametersEdit

None

Return ValueEdit

The current "warmth rating" of the armor.

ExamplesEdit

if (furArmor.GetWarmthRating() > glassArmor.GetWarmthRating())
  Debug.Trace("The fur armor will keep you warmer than that glass...")
endIf

See AlsoEdit