Class VehicleUpgradeConstants
  
  
  
    Inheritance
    
    VehicleUpgradeConstants
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public class VehicleUpgradeConstants
   
  Fields
  
    |
    Edit this page
  
  
    View Source
  
  HydraulicsId
  
  
  Declaration
  
    public const ushort HydraulicsId = 1087
   
  Field Value
  
  
    |
    Edit this page
  
  
    View Source
  
  StereoId
  
  
  Declaration
  
    public const ushort StereoId = 1086
   
  Field Value
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  ExhaustUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeExhaust, ushort[]> ExhaustUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  FrontBullbarIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeFrontBullbar, ushort[]> FrontBullbarIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  FrontBumperUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeFrontBumper, ushort[]> FrontBumperUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  HoodUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeHood, ushort[]> HoodUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  LampIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeLamp, ushort[]> LampIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MiscUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeMisc, ushort[]> MiscUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  NitroIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeNitro, ushort[]> NitroIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  RearBullbarIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeRearBullbar, ushort[]> RearBullbarIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  RearBumperUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeRearBumper, ushort[]> RearBumperUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  RoofIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeRoof, ushort[]> RoofIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  SideskirtUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeSideskirt, ushort[]> SideskirtUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  SpoilerUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeSpoiler, ushort[]> SpoilerUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  VentUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeVent, ushort[]> VentUpgradeIds { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  WheelUpgradeIds
  
  
  Declaration
  
    public static Dictionary<VehicleUpgradeWheel, ushort[]> WheelUpgradeIds { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  GetUpgradeIdForVehicle(Type, ushort, ushort)
  
  
  Declaration
  
    public static ushort? GetUpgradeIdForVehicle(Type upgradeType, ushort model, ushort upgrade)
   
  Parameters
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  GetUpgradeIdForVehicle<TEnum>(ushort, ushort)
  
  
  Declaration
  
    public static ushort? GetUpgradeIdForVehicle<TEnum>(ushort model, ushort upgrade) where TEnum : struct, Enum
   
  Parameters
  
  Returns
  
  Type Parameters