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")
endIfAuto-Generated Example
float returnedValue = myActor__toCallFunctionOn.GetWarmthRating()