Class VehicleConstants
Inheritance
VehicleConstants
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
Properties
|
Edit this page
View Source
AdjustablePropertyModels
Declaration
public static HashSet<VehicleModel> AdjustablePropertyModels { get; }
Property Value
|
Edit this page
View Source
DoorsPerVehicle
Declaration
public static Dictionary<VehicleModel, byte> DoorsPerVehicle { get; }
Property Value
|
Edit this page
View Source
SeatsPerVehicle
Declaration
public static Dictionary<VehicleModel, byte> SeatsPerVehicle { get; }
Property Value
|
Edit this page
View Source
TrailerModels
Declaration
public static HashSet<VehicleModel> TrailerModels { get; }
Property Value
|
Edit this page
View Source
TurretModels
Declaration
public static HashSet<VehicleModel> TurretModels { get; }
Property Value
|
Edit this page
View Source
VehicleTypesPerModel
Declaration
public static Dictionary<VehicleModel, VehicleType> VehicleTypesPerModel { get; }
Property Value
|
Edit this page
View Source
VehiclesWithoutDoors
Declaration
public static HashSet<VehicleModel> VehiclesWithoutDoors { get; }
Property Value
|
Edit this page
View Source
WaterEntryVehicles
Declaration
public static HashSet<VehicleModel> WaterEntryVehicles { get; }
Property Value