GetLightLevel - Actor
Revision as of 16:12, 31 March 2011 by imported>Henning (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Get the light level of the actor == Syntax == <source lang="papyrus"> float Function GetLightLevel…')
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()