Search Results for

    Show / Hide Table of Contents

    Class VehicleDoorCollection

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

    Properties

    | Improve this Doc View Source

    Item[VehicleDoorIndex]

    Declaration
    public VehicleDoor this[VehicleDoorIndex index] { get; }
    Parameters
    Type Name Description
    VehicleDoorIndex index
    Property Value
    Type Description
    VehicleDoor

    Methods

    | Improve this Doc View Source

    Contains(VehicleDoorIndex)

    Declaration
    public bool Contains(VehicleDoorIndex door)
    Parameters
    Type Name Description
    VehicleDoorIndex door
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<VehicleDoor> GetEnumerator()
    Returns
    Type Description
    IEnumerator<VehicleDoor>
    | Improve this Doc View Source

    ToArray()

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