Background for Fallout 4
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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.