GetLightLevel - Actor

From the CreationKit Wiki
Revision as of 12:55, 18 November 2012 by imported>GoldenShadow (→‎Examples: typo fix)
Jump to navigation Jump to search

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()

See Also