Search Results for

    Show / Hide Table of Contents

    Class VehicleDoor

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

    Properties

    | Improve this Doc View Source

    AngleRatio

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

    CanBeBroken

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

    Index

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

    IsBroken

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

    IsFullyOpen

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

    IsOpen

    Declaration
    public bool IsOpen { get; }
    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

    Break(Boolean)

    Declaration
    public void Break(bool stayInTheWorld = true)
    Parameters
    Type Name Description
    Boolean stayInTheWorld
    | Improve this Doc View Source

    Close(Boolean)

    Declaration
    public void Close(bool instantly = false)
    Parameters
    Type Name Description
    Boolean instantly
    | Improve this Doc View Source

    Open(Boolean, Boolean)

    Declaration
    public void Open(bool loose = false, bool instantly = false)
    Parameters
    Type Name Description
    Boolean loose
    Boolean instantly
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX