GetLightLevel - Actor

From the Fallout4 CreationKit Wiki
Revision as of 17:12, 31 March 2011 by imported>Jeddahmovers (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Get the light level of the actor

Syntax[edit | edit source]

float Function GetLightLevel() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The light level of the actor

Examples[edit | edit source]

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

See Also[edit | edit source]