GetLightLevel - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Get the light level of the actor
Syntax[edit | edit source]
float Function GetLightLevel() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The light level of the actor. The value may be anywhere between 0 and 150.
Examples[edit | edit source]
; Get Bob's light level
float fLightLevel = Bob.GetLightLevel()