Show / Hide Table of Contents

Class VehicleConstants

Inheritance
object
VehicleConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Constants
Assembly: SlipeServer.Server.dll
Syntax
public class VehicleConstants

Fields

| Edit this page View Source

ColorsPerId

Declaration
public static readonly Dictionary<byte, Color> ColorsPerId
Field Value
Type Description
Dictionary<byte, Color>

Properties

| Edit this page View Source

AdjustablePropertyModels

Declaration
public static HashSet<VehicleModel> AdjustablePropertyModels { get; }
Property Value
Type Description
HashSet<VehicleModel>
| Edit this page View Source

DoorsPerVehicle

Declaration
public static Dictionary<VehicleModel, byte> DoorsPerVehicle { get; }
Property Value
Type Description
Dictionary<VehicleModel, byte>
| Edit this page View Source

SeatsPerVehicle

Declaration
public static Dictionary<VehicleModel, byte> SeatsPerVehicle { get; }
Property Value
Type Description
Dictionary<VehicleModel, byte>
| Edit this page View Source

TrailerModels

Declaration
public static HashSet<VehicleModel> TrailerModels { get; }
Property Value
Type Description
HashSet<VehicleModel>
| Edit this page View Source

TurretModels

Declaration
public static HashSet<VehicleModel> TurretModels { get; }
Property Value
Type Description
HashSet<VehicleModel>
| Edit this page View Source

VehicleTypesPerModel

Declaration
public static Dictionary<VehicleModel, VehicleType> VehicleTypesPerModel { get; }
Property Value
Type Description
Dictionary<VehicleModel, VehicleType>
| Edit this page View Source

VehiclesWithoutDoors

Declaration
public static HashSet<VehicleModel> VehiclesWithoutDoors { get; }
Property Value
Type Description
HashSet<VehicleModel>
| Edit this page View Source

WaterEntryVehicles

Declaration
public static HashSet<VehicleModel> WaterEntryVehicles { get; }
Property Value
Type Description
HashSet<VehicleModel>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX