Background for Skyrim SE
Member of the Actor script
floatfunctionGetLightLevel()Native

Description

Wiki Description

Get the light level of the actor

Documentation Comment

Returns this actor's current light level.


Caveats


Examples

; Get Bob's light level
float fLightLevel = Bob.GetLightLevel()

Auto-Generated Example

float returnedValue = myActor__toCallFunctionOn.GetLightLevel()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.