# AITrafficStop

| Variables      |                                                                      |
| -------------- | -------------------------------------------------------------------- |
| waypointRoute  | Cars can't exit assigned route until AITrafficStopManager allows it. |
| stopForTraffic | Read only bool returns the current status of the stop.               |

| Public Methods    |                        |
| ----------------- | ---------------------- |
| StopTraffic       | Cars can't exit route. |
| AllowCarToProceed | Cars can exit route.   |
