GetLightLevel - Actor

Revision as of 18:52, 9 January 2013 by imported>Tox2ik (→‎Return Value)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Get the light level of the actor

SyntaxEdit

float Function GetLightLevel() native

ParametersEdit

None.

Return ValueEdit

The light level of the actor. The value may be anywhere between 0 and 150.

ExamplesEdit

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

See AlsoEdit