> For the complete documentation index, see [llms.txt](https://simpletrafficsystem.turnthegameon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpletrafficsystem.turnthegameon.com/documentation/api/aitrafficstopmanager.md).

# AITrafficStopManager

On Start will set all AITrafficStops to stop, then begin the configured sequence.

| Variables  |                                                           |
| ---------- | --------------------------------------------------------- |
| stopCycles | Array of AITrafficStopCycles played as a looped sequence. |

## AITrafficStopCycle

| Variables    |                                                               |
| ------------ | ------------------------------------------------------------- |
| activeTime   | Amount of time cars are allowed to proceed before next cycle. |
| waitTime     | Amount of time before next cycle becomes active.              |
| trafficStops | Array of AITrafficLights that follow this sequence.           |
