Class VehicleDoor
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
|
Improve this Doc
View Source
CanBeBroken
Declaration
public bool CanBeBroken { set; }
Property Value
|
Improve this Doc
View Source
Index
Declaration
public VehicleDoorIndex Index { get; }
Property Value
|
Improve this Doc
View Source
IsBroken
Declaration
public bool IsBroken { get; }
Property Value
|
Improve this Doc
View Source
IsFullyOpen
Declaration
public bool IsFullyOpen { get; }
Property Value
|
Improve this Doc
View Source
IsOpen
Declaration
public bool IsOpen { get; }
Property Value
|
Improve this Doc
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value
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