Class VehicleDoorCollection
Inheritance
VehicleDoorCollection
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
Property Value
Methods
|
Improve this Doc
View Source
Contains(VehicleDoorIndex)
Declaration
public bool Contains(VehicleDoorIndex door)
Parameters
Returns
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<VehicleDoor> GetEnumerator()
Returns
|
Improve this Doc
View Source
ToArray()
Declaration
public VehicleDoor[] ToArray()
Returns