GetWarmthRating - Light

Member of: Light Script (Requires SSE 1.5.3)

Obtains the light's current "warmth rating"

SyntaxEdit

float Function GetWarmthRating() native

ParametersEdit

None

Return ValueEdit

The current "warmth rating" of the light.

ExamplesEdit

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

See AlsoEdit