Search Results for

    Show / Hide Table of Contents

    Class VehicleModCollection

    Inheritance
    Object
    VehicleModCollection
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public sealed class VehicleModCollection

    Properties

    | Improve this Doc View Source

    AllowedWheelTypes

    Declaration
    public VehicleWheelType[] AllowedWheelTypes { get; }
    Property Value
    Type Description
    VehicleWheelType[]
    | Improve this Doc View Source

    ColorCombination

    Declaration
    public int ColorCombination { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ColorCombinationCount

    Declaration
    public int ColorCombinationCount { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    CustomPrimaryColor

    Declaration
    public Color CustomPrimaryColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    CustomSecondaryColor

    Declaration
    public Color CustomSecondaryColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    DashboardColor

    Declaration
    public VehicleColor DashboardColor { get; set; }
    Property Value
    Type Description
    VehicleColor
    | Improve this Doc View Source

    HasNeonLights

    Declaration
    public bool HasNeonLights { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsPrimaryColorCustom

    Declaration
    public bool IsPrimaryColorCustom { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsSecondaryColorCustom

    Declaration
    public bool IsSecondaryColorCustom { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Item[VehicleModType]

    Declaration
    public VehicleMod this[VehicleModType modType] { get; }
    Parameters
    Type Name Description
    VehicleModType modType
    Property Value
    Type Description
    VehicleMod
    | Improve this Doc View Source

    Item[VehicleToggleModType]

    Declaration
    public VehicleToggleMod this[VehicleToggleModType modType] { get; }
    Parameters
    Type Name Description
    VehicleToggleModType modType
    Property Value
    Type Description
    VehicleToggleMod
    | Improve this Doc View Source

    LicensePlate

    Declaration
    public string LicensePlate { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LicensePlateStyle

    Declaration
    public LicensePlateStyle LicensePlateStyle { get; set; }
    Property Value
    Type Description
    LicensePlateStyle
    | Improve this Doc View Source

    LicensePlateType

    Declaration
    public LicensePlateType LicensePlateType { get; }
    Property Value
    Type Description
    LicensePlateType
    | Improve this Doc View Source

    Livery

    Declaration
    public int Livery { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    LiveryCount

    Declaration
    public int LiveryCount { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    LocalizedLiveryName

    Declaration
    public string LocalizedLiveryName { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LocalizedWheelTypeName

    Declaration
    public string LocalizedWheelTypeName { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    NeonLightsColor

    Declaration
    public Color NeonLightsColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    PearlescentColor

    Declaration
    public VehicleColor PearlescentColor { get; set; }
    Property Value
    Type Description
    VehicleColor
    | Improve this Doc View Source

    PrimaryColor

    Declaration
    public VehicleColor PrimaryColor { get; set; }
    Property Value
    Type Description
    VehicleColor
    | Improve this Doc View Source

    RimColor

    Declaration
    public VehicleColor RimColor { get; set; }
    Property Value
    Type Description
    VehicleColor
    | Improve this Doc View Source

    SecondaryColor

    Declaration
    public VehicleColor SecondaryColor { get; set; }
    Property Value
    Type Description
    VehicleColor
    | Improve this Doc View Source

    TireSmokeColor

    Declaration
    public Color TireSmokeColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    TrimColor

    Declaration
    public VehicleColor TrimColor { get; set; }
    Property Value
    Type Description
    VehicleColor
    | Improve this Doc View Source

    WheelType

    Declaration
    public VehicleWheelType WheelType { get; set; }
    Property Value
    Type Description
    VehicleWheelType
    | Improve this Doc View Source

    WindowTint

    Declaration
    public VehicleWindowTint WindowTint { get; set; }
    Property Value
    Type Description
    VehicleWindowTint

    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
    Type Name Description
    VehicleModType type
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetLocalizedWheelTypeName(VehicleWheelType)

    Declaration
    public string GetLocalizedWheelTypeName(VehicleWheelType wheelType)
    Parameters
    Type Name Description
    VehicleWheelType wheelType
    Returns
    Type Description
    String
    | Improve this Doc View Source

    HasNeonLight(VehicleNeonLight)

    Declaration
    public bool HasNeonLight(VehicleNeonLight neonLight)
    Parameters
    Type Name Description
    VehicleNeonLight neonLight
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    InstallModKit()

    Declaration
    public void InstallModKit()
    | Improve this Doc View Source

    IsNeonLightsOn(VehicleNeonLight)

    Declaration
    public bool IsNeonLightsOn(VehicleNeonLight light)
    Parameters
    Type Name Description
    VehicleNeonLight light
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    RequestAdditionTextFile(Int32)

    Declaration
    public bool RequestAdditionTextFile(int timeout = 1000)
    Parameters
    Type Name Description
    Int32 timeout
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    SetNeonLightsOn(VehicleNeonLight, Boolean)

    Declaration
    public void SetNeonLightsOn(VehicleNeonLight light, bool on)
    Parameters
    Type Name Description
    VehicleNeonLight light
    Boolean on
    | Improve this Doc View Source

    ToArray()

    Declaration
    public VehicleMod[] ToArray()
    Returns
    Type Description
    VehicleMod[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX