FadeOutLight (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Turns the light out over the given time in seconds.
Usage
void fadeOutLight( float time )
Parameters
- float time : Number of seconds over which to fade out the light.
Examples
none
Notes
tba