SetTrafficLightsLocked: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {{Server client function}} Toggles whether you want the traffic lights to be locked. If the lights are locked, it means they won't change unless you do [[setTrafficLigh…')
(No difference)

Revision as of 14:57, 8 August 2010

Toggles whether you want the traffic lights to be locked. If the lights are locked, it means they won't change unless you do setTrafficLightState.

Syntax

bool setTrafficLightsLocked ( bool toggle )

Required Arguments

  • toggle: A bool indicating whether you want the traffic lights to change automatically, or not

Returns

Returns true if the successful, false otherwise.

Example

This example doesn't exist

See Also