Class VehicleModCollection
Inheritance
VehicleModCollection
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class VehicleModCollection
Properties
|
Improve this Doc
View Source
AllowedWheelTypes
Declaration
public VehicleWheelType[] AllowedWheelTypes { get; }
Property Value
|
Improve this Doc
View Source
ColorCombination
Declaration
public int ColorCombination { get; set; }
Property Value
|
Improve this Doc
View Source
ColorCombinationCount
Declaration
public int ColorCombinationCount { get; }
Property Value
|
Improve this Doc
View Source
CustomPrimaryColor
Declaration
public Color CustomPrimaryColor { get; set; }
Property Value
|
Improve this Doc
View Source
CustomSecondaryColor
Declaration
public Color CustomSecondaryColor { get; set; }
Property Value
|
Improve this Doc
View Source
DashboardColor
Declaration
public VehicleColor DashboardColor { get; set; }
Property Value
|
Improve this Doc
View Source
HasNeonLights
Declaration
public bool HasNeonLights { get; }
Property Value
|
Improve this Doc
View Source
IsPrimaryColorCustom
Declaration
public bool IsPrimaryColorCustom { get; }
Property Value
|
Improve this Doc
View Source
IsSecondaryColorCustom
Declaration
public bool IsSecondaryColorCustom { get; }
Property Value
|
Improve this Doc
View Source
Item[VehicleModType]
Declaration
public VehicleMod this[VehicleModType modType] { get; }
Parameters
Property Value
|
Improve this Doc
View Source
Item[VehicleToggleModType]
Declaration
public VehicleToggleMod this[VehicleToggleModType modType] { get; }
Parameters
Property Value
|
Improve this Doc
View Source
LicensePlate
Declaration
public string LicensePlate { get; set; }
Property Value
|
Improve this Doc
View Source
LicensePlateStyle
Declaration
public LicensePlateStyle LicensePlateStyle { get; set; }
Property Value
|
Improve this Doc
View Source
LicensePlateType
Declaration
public LicensePlateType LicensePlateType { get; }
Property Value
|
Improve this Doc
View Source
Livery
Declaration
public int Livery { get; set; }
Property Value
|
Improve this Doc
View Source
LiveryCount
Declaration
public int LiveryCount { get; }
Property Value
|
Improve this Doc
View Source
LocalizedLiveryName
Declaration
public string LocalizedLiveryName { get; }
Property Value
|
Improve this Doc
View Source
LocalizedWheelTypeName
Declaration
public string LocalizedWheelTypeName { get; }
Property Value
|
Improve this Doc
View Source
NeonLightsColor
Declaration
public Color NeonLightsColor { get; set; }
Property Value
|
Improve this Doc
View Source
PearlescentColor
Declaration
public VehicleColor PearlescentColor { get; set; }
Property Value
|
Improve this Doc
View Source
PrimaryColor
Declaration
public VehicleColor PrimaryColor { get; set; }
Property Value
|
Improve this Doc
View Source
RimColor
Declaration
public VehicleColor RimColor { get; set; }
Property Value
|
Improve this Doc
View Source
SecondaryColor
Declaration
public VehicleColor SecondaryColor { get; set; }
Property Value
|
Improve this Doc
View Source
TireSmokeColor
Declaration
public Color TireSmokeColor { get; set; }
Property Value
|
Improve this Doc
View Source
TrimColor
Declaration
public VehicleColor TrimColor { get; set; }
Property Value
|
Improve this Doc
View Source
WheelType
Declaration
public VehicleWheelType WheelType { get; set; }
Property Value
|
Improve this Doc
View Source
WindowTint
Declaration
public VehicleWindowTint WindowTint { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ClearCustomPrimaryColor()
Declaration
public void ClearCustomPrimaryColor()
|
Improve this Doc
View Source
ClearCustomSecondaryColor()
Declaration
public void ClearCustomSecondaryColor()
|
Improve this Doc
View Source
Contains(VehicleModType)
Declaration
public bool Contains(VehicleModType type)
Parameters
Returns
|
Improve this Doc
View Source
GetLocalizedWheelTypeName(VehicleWheelType)
Declaration
public string GetLocalizedWheelTypeName(VehicleWheelType wheelType)
Parameters
Returns
|
Improve this Doc
View Source
HasNeonLight(VehicleNeonLight)
Declaration
public bool HasNeonLight(VehicleNeonLight neonLight)
Parameters
Returns
|
Improve this Doc
View Source
InstallModKit()
Declaration
public void InstallModKit()
|
Improve this Doc
View Source
IsNeonLightsOn(VehicleNeonLight)
Declaration
public bool IsNeonLightsOn(VehicleNeonLight light)
Parameters
Returns
|
Improve this Doc
View Source
RequestAdditionTextFile(Int32)
Declaration
public bool RequestAdditionTextFile(int timeout = 1000)
Parameters
Type |
Name |
Description |
Int32 |
timeout |
|
Returns
|
Improve this Doc
View Source
SetNeonLightsOn(VehicleNeonLight, Boolean)
Declaration
public void SetNeonLightsOn(VehicleNeonLight light, bool on)
Parameters
|
Improve this Doc
View Source
ToArray()
Declaration
public VehicleMod[] ToArray()
Returns