VehicleIndicatorLights
Enum Definition
ts
enum VehicleIndicatorLights {
BlinkLeft = 1,
BlinkRight = 2,
BlinkPermBoth = 4,
StaticBoth = 8,
Interior = 64,
};