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

Class NullVehicleState

The null vehicle state for vehicles that do not have a state.

Inheritance
System.Object
NullVehicleState
Implements
IVehicleState
Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public class NullVehicleState : object, IVehicleState

Properties

| Improve this Doc View Source

StateData

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

Implements

IVehicleState

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)