Interface IVehicleModel
Package: @altmp/altv-types
Syntax
Properties
|
Improve this Doc
View Source
modelHash
Declaration
readonly modelHash: number
Property Value
|
Improve this Doc
View Source
title
Declaration
Property Value
|
Improve this Doc
View Source
type
Declaration
Property Value
|
Improve this Doc
View Source
wheelsCount
Declaration
readonly wheelsCount: number
Property Value
|
Improve this Doc
View Source
hasArmoredWindows
Declaration
readonly hasArmoredWindows: boolean
Property Value
|
Improve this Doc
View Source
primaryColor
Declaration
readonly primaryColor: number
Property Value
|
Improve this Doc
View Source
secondaryColor
Declaration
readonly secondaryColor: number
Property Value
|
Improve this Doc
View Source
pearlColor
Declaration
readonly pearlColor: number
Property Value
|
Improve this Doc
View Source
wheelsColor
Declaration
readonly wheelsColor: number
Property Value
|
Improve this Doc
View Source
interiorColor
Declaration
readonly interiorColor: number
Property Value
|
Improve this Doc
View Source
dashboardColor
Declaration
readonly dashboardColor: number
Property Value
|
Improve this Doc
View Source
hasAutoAttachTrailer
Declaration
readonly hasAutoAttachTrailer: boolean
Property Value
|
Improve this Doc
View Source
availableModkits
Declaration
readonly availableModkits: readonly boolean[]
Property Value
Type |
Description |
readonly boolean[] |
|
|
Improve this Doc
View Source
bones
Declaration
readonly bones: readonly IBoneInfo[]
Property Value
|
Improve this Doc
View Source
canAttachCars
Declaration
readonly canAttachCars: boolean
Property Value
|
Improve this Doc
View Source
handlingNameHash
Declaration
readonly handlingNameHash: number
Property Value
Methods
|
Improve this Doc
View Source
Declaration
hasExtra(extraId: number): boolean
Parameters
Type |
Name |
Description |
number |
extraId |
|
Returns
|
Improve this Doc
View Source
Declaration
hasDefaultExtra(extraId: number): boolean
Parameters
Type |
Name |
Description |
number |
extraId |
|
Returns