AreTrafficLightsLocked

From Multi Theft Auto: Wiki
Revision as of 14:58, 8 August 2010 by Gamesnert (talk | contribs) (Created page with '__NOTOC__ {{Server client function}} Gets whether the traffic lights are currently locked or not. If the lights are locked, it means they won't change unless you do [[setTrafficL…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets whether the traffic lights are currently locked or not. If the lights are locked, it means they won't change unless you do setTrafficLightState.

Syntax

bool areTrafficLightsLocked ( )

Returns

Returns true the traffic lights are currently locked, false otherwise.

Example

This example doesn't exist

See Also

Shared