Description
Wiki Description
Get the light level of the actor
Documentation Comment
Returns this actor's current light level.
Caveats
Examples
; Get Bob's light level
float fLightLevel = Bob.GetLightLevel()Auto-Generated Example
float returnedValue = myActor__toCallFunctionOn.GetLightLevel()