GetLightLevel - Actor

Member of: Actor Script

Get the light level of the actor

SyntaxEdit

float Function GetLightLevel() native

ParametersEdit

None.

Return ValueEdit

The light level of the actor

ExamplesEdit

; Get Bob's light level
float flightLevel = Bob.GetLightLevel()

See AlsoEdit