Struct VehicleModelInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.dll
Syntax
public struct VehicleModelInfo
Fields
|
Improve this Doc
View Source
Bones
Declaration
Field Value
|
Improve this Doc
View Source
CanAttachCars
Declaration
public bool CanAttachCars
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DashboardColor
Declaration
public byte DashboardColor
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public ushort DefaultExtras
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
HandlingNameHash
Declaration
public uint HandlingNameHash
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
HasArmoredWindows
Declaration
public bool HasArmoredWindows
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasAutoAttachTrailer
Declaration
public bool HasAutoAttachTrailer
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InteriorColor
Declaration
public byte InteriorColor
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ModelHash
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ModKits
Declaration
Field Value
Type |
Description |
System.Boolean[] |
|
|
Improve this Doc
View Source
PearlColor
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
PrimaryColor
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
SecondaryColor
Declaration
public byte SecondaryColor
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Title
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public VehicleModelType Type
Field Value
|
Improve this Doc
View Source
WheelsColor
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
WheelsCount
Declaration
Field Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
Declaration
public bool HasDefaultExtra(byte extraId)
Parameters
Type |
Name |
Description |
System.Byte |
extraId |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool HasExtra(byte extraId)
Parameters
Type |
Name |
Description |
System.Byte |
extraId |
|
Returns
Type |
Description |
System.Boolean |
|