GetLightLevel - Actor
Revision as of 17:52, 9 January 2013 by imported>Tox2ik (→Return Value)
Member of: Actor Script
Get the light level of the actor
Syntax
float Function GetLightLevel() native
Parameters
None.
Return Value
The light level of the actor. The value may be anywhere between 0 and 150.
Examples
; Get Bob's light level
float fLightLevel = Bob.GetLightLevel()