Skip to content
On this page

IVehicleModel

Interface Definition

ts
interface IVehicleModel {
    readonly title: string;
    readonly type: shared.ModelType;
    readonly wheelsCount: number;
    readonly hasArmoredWindows: boolean;
    readonly primaryColor: number;
    readonly secondaryColor: number;
    readonly pearlColor: number;
    readonly wheelsColor: number;
    readonly interiorColor: number;
    readonly dashboardColor: number;
    readonly hasAutoAttachTrailer: boolean;
    readonly availableModkits: ReadonlyArray<boolean>;
    hasExtra(extraId: number): boolean;
    hasDefaultExtra(extraId: number): boolean;
};

Documentation

Documentation Created with ❤️ by Stuyk