GetLightLevel - Actor
Revision as of 22:10, 18 November 2012 by imported>Cipscis (Wasn't actually a typo, just a variable naming convention)
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
Examples
; Get Bob's light level
float fLightLevel = Bob.GetLightLevel()