Show / Hide Table of Contents

Class OnExitEventArgs

Inheritance
Object
OnExitEventArgs
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 OnExitEventArgs

Properties

| Improve this Doc View Source

IsForced

True if the exit is forced by a script

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

Jacker

The jacker if the player is being jacked

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

Player

The player thate exits

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

Seat

The seat exited from

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