Class VehicleModCollection
Properties
Private Readonly _vehicleMods
Private Readonly _vehicleToggleMods
Accessors
ColorCombination
- get ColorCombination(): number
- set ColorCombination(value: number): void
- Returns number
- Parameters- Returns void
ColorCombinationCount
- get ColorCombinationCount(): number
CustomPrimaryColor
- get CustomPrimaryColor(): Color
- set CustomPrimaryColor(color: Color): void
CustomSecondaryColor
- get CustomSecondaryColor(): Color
- set CustomSecondaryColor(color: Color): void
HasAllNeonLights
- get HasAllNeonLights(): boolean
IsPrimaryColorCustom
- get IsPrimaryColorCustom(): boolean
IsSecondaryColorCustom
- get IsSecondaryColorCustom(): boolean
LicensePlate
- get LicensePlate(): string
- set LicensePlate(text: string): void
- Returns string
- Parameters- Returns void
LicensePlateStyle
- get LicensePlateStyle(): LicensePlateStyle
- set LicensePlateStyle(style: LicensePlateStyle): void
- Returns LicensePlateStyle
- Parameters- Returns void
LicensePlateType
- get LicensePlateType(): LicensePlateType
Livery
- get Livery(): undefined | number
- set Livery(value: undefined | number): void
- Returns undefined | number
- Parameters- value: undefined | number
 - Returns void
LiveryCount
- get LiveryCount(): number
NeonLightsColor
- get NeonLightsColor(): Color
- set NeonLightsColor(color: Color): void
TireSmokeColor
- get TireSmokeColor(): Color
- set TireSmokeColor(color: Color): void
Methods
areAllNeonLightsOn
- areAllNeonLightsOn(): boolean
clearCustomPrimaryColor
- clearCustomPrimaryColor(): void
clearCustomSecondaryColor
- clearCustomSecondaryColor(): void
hasNeonLight
- Parameters- Returns boolean
hasVehicleMod
- Parameters- Returns boolean
isNeonLightsOn
- Parameters- Returns boolean
setAllNeonLightsOn
- setAllNeonLightsOn(on: boolean): void