The Vehicle Enumeration
{
SportUtilityVehicle = 100,
Convertible = 110,
Truck = 111,
Patriot = 112,
StationWagon = 120
}
A test enumeration.
SportUtilityVehicle
|
A SUV
|
Convertible
|
A car without a top
|
Truck
|
FIXME: not documented.
|
Patriot
|
As known from the GTA games
|
StationWagon
|
Old skool
|