- Found in:
- Vanilla
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")
endIfAuto-Generated Example
float returnedValue = myLight__toCallFunctionOn.GetWarmthRating()