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

Description

Wiki Description

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

Documentation Comment

Returns the "warmth rating" for this armor


Caveats


Examples

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

Auto-Generated Example

float returnedValue = myArmor__toCallFunctionOn.GetWarmthRating()

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.