Search Results for

    Show / Hide Table of Contents

    Class VehicleMod

    Inheritance
    Object
    VehicleMod
    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 VehicleMod

    Properties

    | Improve this Doc View Source

    Count

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

    Index

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

    LocalizedName

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

    LocalizedTypeName

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

    Type

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

    Variation

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

    Vehicle

    Declaration
    public Vehicle Vehicle { get; }
    Property Value
    Type Description
    Vehicle

    Methods

    | Improve this Doc View Source

    Remove()

    Declaration
    public void Remove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX