Interface ISharedVehicle
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedVehicle : ISharedEntity, ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
PetrolTankHealth
Declaration
int PetrolTankHealth { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SteeringAngle
Declaration
float SteeringAngle { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
VehicleNativePointer
Declaration
IntPtr VehicleNativePointer { get; }
Property Value
|
Improve this Doc
View Source
WheelsCount
Declaration
byte WheelsCount { get; }
Property Value
Type |
Description |
System.Byte |
|