Show / Hide Table of Contents

Class VehicleUpgradeConstants

Inheritance
object
VehicleUpgradeConstants
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 VehicleUpgradeConstants

Fields

| Edit this page View Source

HydraulicsId

Declaration
public const ushort HydraulicsId = 1087
Field Value
Type Description
ushort
| Edit this page View Source

StereoId

Declaration
public const ushort StereoId = 1086
Field Value
Type Description
ushort

Properties

| Edit this page View Source

ExhaustUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeExhaust, ushort[]> ExhaustUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeExhaust, ushort[]>
| Edit this page View Source

FrontBullbarIds

Declaration
public static Dictionary<VehicleUpgradeFrontBullbar, ushort[]> FrontBullbarIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeFrontBullbar, ushort[]>
| Edit this page View Source

FrontBumperUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeFrontBumper, ushort[]> FrontBumperUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeFrontBumper, ushort[]>
| Edit this page View Source

HoodUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeHood, ushort[]> HoodUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeHood, ushort[]>
| Edit this page View Source

LampIds

Declaration
public static Dictionary<VehicleUpgradeLamp, ushort[]> LampIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeLamp, ushort[]>
| Edit this page View Source

MiscUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeMisc, ushort[]> MiscUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeMisc, ushort[]>
| Edit this page View Source

NitroIds

Declaration
public static Dictionary<VehicleUpgradeNitro, ushort[]> NitroIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeNitro, ushort[]>
| Edit this page View Source

RearBullbarIds

Declaration
public static Dictionary<VehicleUpgradeRearBullbar, ushort[]> RearBullbarIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeRearBullbar, ushort[]>
| Edit this page View Source

RearBumperUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeRearBumper, ushort[]> RearBumperUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeRearBumper, ushort[]>
| Edit this page View Source

RoofIds

Declaration
public static Dictionary<VehicleUpgradeRoof, ushort[]> RoofIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeRoof, ushort[]>
| Edit this page View Source

SideskirtUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeSideskirt, ushort[]> SideskirtUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeSideskirt, ushort[]>
| Edit this page View Source

SpoilerUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeSpoiler, ushort[]> SpoilerUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeSpoiler, ushort[]>
| Edit this page View Source

VentUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeVent, ushort[]> VentUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeVent, ushort[]>
| Edit this page View Source

WheelUpgradeIds

Declaration
public static Dictionary<VehicleUpgradeWheel, ushort[]> WheelUpgradeIds { get; }
Property Value
Type Description
Dictionary<VehicleUpgradeWheel, ushort[]>

Methods

| Edit this page View Source

GetUpgradeIdForVehicle(Type, ushort, ushort)

Declaration
public static ushort? GetUpgradeIdForVehicle(Type upgradeType, ushort model, ushort upgrade)
Parameters
Type Name Description
Type upgradeType
ushort model
ushort upgrade
Returns
Type Description
ushort?
| Edit this page View Source

GetUpgradeIdForVehicle<TEnum>(ushort, ushort)

Declaration
public static ushort? GetUpgradeIdForVehicle<TEnum>(ushort model, ushort upgrade) where TEnum : struct, Enum
Parameters
Type Name Description
ushort model
ushort upgrade
Returns
Type Description
ushort?
Type Parameters
Name Description
TEnum
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX