Enum TrafficLightState
Represents the different states of traffic lights in the world
Namespace: Slipe.Shared.GameWorld
Assembly: SlipeShared.dll
Syntax
public enum TrafficLightState
Fields
| Name | Description |
|---|---|
| AllGreen | |
| AllRed | |
| AllYellow | |
| Auto | |
| Disabled | |
| EWGreen | |
| EWYellow | |
| EWYellowNSGreen | |
| NSGreen | |
| NSYellow | |
| NSYellowEWGreen |