GetLightLevel - Actor
Revision as of 12:55, 18 November 2012 by imported>GoldenShadow (→Examples: typo fix)
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 lightLevel = Bob.GetLightLevel()