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

Description

Wiki Description

Obtains the light's current "warmth rating"

Documentation Comment

Returns the "warmth rating" for this light


Caveats


Examples

if (torch.GetWarmthRating() > 0)
  Debug.Trace("The torch will keep you warm")
endIf

Auto-Generated Example

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