Show / Hide Table of Contents

Class OnStartExitEventArgs

Inheritance
Object
OnStartExitEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Vehicles.Events
Assembly: SlipeServer.dll
Syntax
public class OnStartExitEventArgs

Properties

| Improve this Doc View Source

Door

The door

Declaration
public Door Door { get; }
Property Value
Type Description
Door
| Improve this Doc View Source

Jacker

The player that jacks

Declaration
public Player Jacker { get; }
Property Value
Type Description
Player
| Improve this Doc View Source

Player

The exiting player

Declaration
public Player Player { get; }
Property Value
Type Description
Player
| Improve this Doc View Source

Seat

The seat being exited from

Declaration
public Seat Seat { get; }
Property Value
Type Description
Seat
  • Improve this Doc
  • View Source
Back to top Generated by DocFX