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

Description

Wiki Description

Obtains the actor's current "warmth rating" (taking into account what they have equipped)

Documentation Comment

Gets the total "warmth rating" for this actor


Caveats


Examples

float playersWarmth = Game.GetPlayer().GetWarmthRating()
float benorsWarmth = BenorActor.GetWarmthRating()
if (playersWarmth > benorsWarmth)
  Debug.Trace("The player is dressed better for cold weather than Benor is")
endIf

Auto-Generated Example

float returnedValue = myActor__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.