Show / Hide Table of Contents

Class VehicleDoorStateChangedArgs

Inheritance
object
EventArgs
VehicleDoorStateChangedArgs
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 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
Type Name Description
Vehicle vehicle
VehicleDoor door
VehicleDoorState state
bool spawnFlyingComponent

Properties

| Edit this page View Source

Door

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

SpawnFlyingComponent

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

State

Declaration
public VehicleDoorState State { get; }
Property Value
Type Description
VehicleDoorState
| 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