GetWarmthRating - Armor
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