GetTrafficLightState

From Multi Theft Auto: Wiki
Revision as of 14:54, 8 August 2010 by Gamesnert (talk | contribs) (Created page with '__NOTOC__ {{Server client function}} Gets the current traffic light state. This state controls the traffic light colors. For instance, state '''1''' will cause the north and sout…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets the current traffic light state. This state controls the traffic light colors. For instance, state 1 will cause the north and south traffic lights to be amber, and the ones left and east will turn red.

Syntax

int setTrafficLightState ( )

Returns

Returns the current state of the traffic lights.

Example

This example doesn't exist

See Also

Shared