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.Client.Vehicles.Events
Assembly: SlipeClient.dll
Syntax
public class OnStartExitEventArgs

Properties

| Improve this Doc View Source

Door

The door that is used

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

Player

The player

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

Seat

The seat

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