OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

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 Source

StateData

The vehicle state.

Declaration
byte[] StateData { get; }
Property Value
Type Description
System.Byte[]

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)