Interface IVehicleState
Represents the state of a vehicle.
Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IVehicleState
Properties
| Improve this Doc View SourceStateData
The vehicle state.
Declaration
byte[] StateData { get; }
Property Value
Type | Description |
---|---|
System. |