GetActorLightAmount

From the Fallout3 GECK Wiki
Revision as of 03:00, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns a float describing the amount of light falling on the calling actor. |name = GetActorLightAmount |returnType = lightAmount:floa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns a float describing the amount of light falling on the calling actor.

Syntax

[help]
(lightAmount:float) reference.GetActorLightAmount

Example

set fLightAmount to actorRef.GetActorLightAmount

Notes

  • Higher values indicate more light: the values appear to range from 0.0 for complete darkness, to 100.0 for very bright light.

See Also