Class VehicleBlownEventArgs
Inheritance
VehicleBlownEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleBlownEventArgs : EventArgs
Constructors
|
Edit this page
View Source
VehicleBlownEventArgs(Vehicle, bool)
Declaration
public VehicleBlownEventArgs(Vehicle vehicle, bool createExplosion)
Parameters
Type |
Name |
Description |
Vehicle |
vehicle |
|
bool |
createExplosion |
|
Properties
|
Edit this page
View Source
CreateExplosion
Declaration
public bool CreateExplosion { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value