Show / Hide Table of Contents

Class VehiclePushedEventArgs

Inheritance
object
EventArgs
VehiclePushedEventArgs
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 VehiclePushedEventArgs : EventArgs

Constructors

| Edit this page View Source

VehiclePushedEventArgs(Player)

Declaration
public VehiclePushedEventArgs(Player pusher)
Parameters
Type Name Description
Player pusher

Properties

| Edit this page View Source

Pusher

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