Class VehicleDoorStateChangedArgs
Inheritance
VehicleDoorStateChangedArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleDoorStateChangedArgs : EventArgs
Constructors
|
Edit this page
View Source
VehicleDoorStateChangedArgs(Vehicle, VehicleDoor, VehicleDoorState, bool)
Declaration
public VehicleDoorStateChangedArgs(Vehicle vehicle, VehicleDoor door, VehicleDoorState state, bool spawnFlyingComponent)
Parameters
Properties
|
Edit this page
View Source
Door
Declaration
public VehicleDoor Door { get; }
Property Value
|
Edit this page
View Source
SpawnFlyingComponent
Declaration
public bool SpawnFlyingComponent { get; }
Property Value
|
Edit this page
View Source
State
Declaration
public VehicleDoorState State { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value