Search Results for

    Show / Hide Table of Contents

    Class VehicleToggleMod

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

    Properties

    | Improve this Doc View Source

    IsInstalled

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

    LocalizedTypeName

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

    Type

    Declaration
    public VehicleToggleModType Type { get; }
    Property Value
    Type Description
    VehicleToggleModType
    | 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