Show / Hide Table of Contents

Class VehicleUpgrades

Represents a vehicle's upgrades

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

Constructors

| Edit this page View Source

VehicleUpgrades(Vehicle)

Declaration
public VehicleUpgrades(Vehicle vehicle)
Parameters
Type Name Description
Vehicle vehicle

Properties

| Edit this page View Source

Exhaust

Declaration
public VehicleUpgradeExhaust Exhaust { get; set; }
Property Value
Type Description
VehicleUpgradeExhaust
| Edit this page View Source

FrontBullbar

Declaration
public VehicleUpgradeFrontBullbar FrontBullbar { get; set; }
Property Value
Type Description
VehicleUpgradeFrontBullbar
| Edit this page View Source

FrontBumper

Declaration
public VehicleUpgradeFrontBumper FrontBumper { get; set; }
Property Value
Type Description
VehicleUpgradeFrontBumper
| Edit this page View Source

HasHydraulics

Declaration
public bool HasHydraulics { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

HasStereo

Declaration
public bool HasStereo { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Hood

Declaration
public VehicleUpgradeHood Hood { get; set; }
Property Value
Type Description
VehicleUpgradeHood
| Edit this page View Source

Lamps

Declaration
public VehicleUpgradeLamp Lamps { get; set; }
Property Value
Type Description
VehicleUpgradeLamp
| Edit this page View Source

Misc

Declaration
public VehicleUpgradeMisc Misc { get; set; }
Property Value
Type Description
VehicleUpgradeMisc
| Edit this page View Source

Nitro

Declaration
public VehicleUpgradeNitro Nitro { get; set; }
Property Value
Type Description
VehicleUpgradeNitro
| Edit this page View Source

RearBullbar

Declaration
public VehicleUpgradeRearBullbar RearBullbar { get; set; }
Property Value
Type Description
VehicleUpgradeRearBullbar
| Edit this page View Source

RearBumper

Declaration
public VehicleUpgradeRearBumper RearBumper { get; set; }
Property Value
Type Description
VehicleUpgradeRearBumper
| Edit this page View Source

Roof

Declaration
public VehicleUpgradeRoof Roof { get; set; }
Property Value
Type Description
VehicleUpgradeRoof
| Edit this page View Source

Sideskirt

Declaration
public VehicleUpgradeSideskirt Sideskirt { get; set; }
Property Value
Type Description
VehicleUpgradeSideskirt
| Edit this page View Source

Spoiler

Declaration
public VehicleUpgradeSpoiler Spoiler { get; set; }
Property Value
Type Description
VehicleUpgradeSpoiler
| Edit this page View Source

Vent

Declaration
public VehicleUpgradeVent Vent { get; set; }
Property Value
Type Description
VehicleUpgradeVent
| Edit this page View Source

Wheels

Declaration
public VehicleUpgradeWheel Wheels { get; set; }
Property Value
Type Description
VehicleUpgradeWheel

Methods

| Edit this page View Source

CanHave(VehicleUpgradeExhaust)

Declaration
public bool CanHave(VehicleUpgradeExhaust exhaust)
Parameters
Type Name Description
VehicleUpgradeExhaust exhaust
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeFrontBullbar)

Declaration
public bool CanHave(VehicleUpgradeFrontBullbar bullbar)
Parameters
Type Name Description
VehicleUpgradeFrontBullbar bullbar
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeFrontBumper)

Declaration
public bool CanHave(VehicleUpgradeFrontBumper frontBumper)
Parameters
Type Name Description
VehicleUpgradeFrontBumper frontBumper
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeHood)

Declaration
public bool CanHave(VehicleUpgradeHood hood)
Parameters
Type Name Description
VehicleUpgradeHood hood
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeLamp)

Declaration
public bool CanHave(VehicleUpgradeLamp lamps)
Parameters
Type Name Description
VehicleUpgradeLamp lamps
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeMisc)

Declaration
public bool CanHave(VehicleUpgradeMisc misc)
Parameters
Type Name Description
VehicleUpgradeMisc misc
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeNitro)

Declaration
public bool CanHave(VehicleUpgradeNitro nitro)
Parameters
Type Name Description
VehicleUpgradeNitro nitro
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeRearBullbar)

Declaration
public bool CanHave(VehicleUpgradeRearBullbar bullbar)
Parameters
Type Name Description
VehicleUpgradeRearBullbar bullbar
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeRearBumper)

Declaration
public bool CanHave(VehicleUpgradeRearBumper rearBumper)
Parameters
Type Name Description
VehicleUpgradeRearBumper rearBumper
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeRoof)

Declaration
public bool CanHave(VehicleUpgradeRoof bullbar)
Parameters
Type Name Description
VehicleUpgradeRoof bullbar
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeSideskirt)

Declaration
public bool CanHave(VehicleUpgradeSideskirt sideskirt)
Parameters
Type Name Description
VehicleUpgradeSideskirt sideskirt
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeSpoiler)

Declaration
public bool CanHave(VehicleUpgradeSpoiler spoiler)
Parameters
Type Name Description
VehicleUpgradeSpoiler spoiler
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeVent)

Declaration
public bool CanHave(VehicleUpgradeVent vent)
Parameters
Type Name Description
VehicleUpgradeVent vent
Returns
Type Description
bool
| Edit this page View Source

CanHave(VehicleUpgradeWheel)

Declaration
public bool CanHave(VehicleUpgradeWheel wheel)
Parameters
Type Name Description
VehicleUpgradeWheel wheel
Returns
Type Description
bool
| Edit this page View Source

CanHaveHydraulics()

Declaration
public bool CanHaveHydraulics()
Returns
Type Description
bool
| Edit this page View Source

CanHaveStereo()

Declaration
public bool CanHaveStereo()
Returns
Type Description
bool

Events

| Edit this page View Source

UpgradeChanged

Declaration
public event ElementEventHandler<Vehicle, VehicleUpgradeChanged>? UpgradeChanged
Event Type
Type Description
ElementEventHandler<Vehicle, VehicleUpgradeChanged>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX