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

Class KnownVehicleTypes

Represents common vehicle types. Support depends on the game.

Inheritance
System.Object
KnownVehicleTypes
Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public static class KnownVehicleTypes : object

Fields

| Improve this Doc View Source

Bike

Declaration
public const string Bike = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Car

Declaration
public const string Car = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Helicopter

Declaration
public const string Helicopter = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Motorcycle

Declaration
public const string Motorcycle = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Plane

Declaration
public const string Plane = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Train

Declaration
public const string Train = null
Field Value
Type Description
System.String