GetLightLevel - Actor

From the CreationKit Wiki
Revision as of 22:10, 18 November 2012 by imported>Cipscis (Wasn't actually a typo, just a variable naming convention)
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 fLightLevel = Bob.GetLightLevel()

See Also