Enum CarModType
Contains all modification types of vehicles.
public enum CarModType
Fields
Exhaust = 6Car exhaust.
FrontBumper = 10Front car bumper.
Hood = 1Car hood.
Hydraulics = 9Car hydraulics.
Lamps = 4Car lamps.
Nitro = 5Nitrogen.
RearBumper = 11Rear car bumper.
Roof = 2Car roof.
Sideskirt = 3Car sideskirts.
Spoiler = 0Car spoiler.
Stereo = 8Car stereo.
VentLeft = 13Left car vent.
VentRight = 12Right car vent.
Wheels = 7Car wheels.