Class VehicleUpgradeChanged
Inheritance
VehicleUpgradeChanged
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
Properties
|
Edit this page
View Source
NewUpgrade
Declaration
public ushort NewUpgrade { get; }
Property Value
|
Edit this page
View Source
NewUpgradeId
Declaration
public ushort? NewUpgradeId { get; }
Property Value
|
Edit this page
View Source
PreviousUpgrade
Declaration
public ushort PreviousUpgrade { get; }
Property Value
|
Edit this page
View Source
PreviousUpgradeId
Declaration
public ushort? PreviousUpgradeId { get; }
Property Value
|
Edit this page
View Source
Slot
Declaration
public VehicleUpgradeSlot Slot { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value