Table of Contents

Class LandingEventArgs

Namespace
Exiled.Events.EventArgs.Player
Assembly
Exiled.Events.dll

Contains all the information after a Player lands on the ground.

public class LandingEventArgs : IPlayerEvent, IExiledEvent
Inheritance
LandingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

LandingEventArgs(Player)

Initializes a new instance of the LandingEventArgs class.

public LandingEventArgs(Player player)

Parameters

player Player

Properties

Player

Gets the Player who's landing.

public Player Player { get; }

Property Value

Player