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

Class UnturnedVehicleState

Inheritance
System.Object
UnturnedVehicleState
Implements
IVehicleState
Namespace: OpenMod.Unturned.Vehicles
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedVehicleState : object, IVehicleState

Constructors

| Improve this Doc View Source

UnturnedVehicleState(InteractableVehicle)

Declaration
public UnturnedVehicleState(InteractableVehicle vehicle)
Parameters
Type Name Description
InteractableVehicle vehicle

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)