Show / Hide Table of Contents

Class VehicleUpgradeChanged

Inheritance
object
EventArgs
VehicleUpgradeChanged
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleUpgradeChanged : EventArgs

Constructors

| Edit this page View Source

VehicleUpgradeChanged(Vehicle, VehicleUpgradeSlot, ushort, ushort)

Declaration
public VehicleUpgradeChanged(Vehicle vehicle, VehicleUpgradeSlot slot, ushort previousUpgrade, ushort newUpgrade)
Parameters
Type Name Description
Vehicle vehicle
VehicleUpgradeSlot slot
ushort previousUpgrade
ushort newUpgrade

Properties

| Edit this page View Source

NewUpgrade

Declaration
public ushort NewUpgrade { get; }
Property Value
Type Description
ushort
| Edit this page View Source

NewUpgradeId

Declaration
public ushort? NewUpgradeId { get; }
Property Value
Type Description
ushort?
| Edit this page View Source

PreviousUpgrade

Declaration
public ushort PreviousUpgrade { get; }
Property Value
Type Description
ushort
| Edit this page View Source

PreviousUpgradeId

Declaration
public ushort? PreviousUpgradeId { get; }
Property Value
Type Description
ushort?
| Edit this page View Source

Slot

Declaration
public VehicleUpgradeSlot Slot { get; }
Property Value
Type Description
VehicleUpgradeSlot
| Edit this page View Source

Vehicle

Declaration
public Vehicle Vehicle { get; }
Property Value
Type Description
Vehicle
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX