Class LandingEventArgs
Contains all the information after a Player lands on the ground.
Inheritance
System.Object
LandingEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Player
Assembly: Exiled.Events.dll
Syntax
public class LandingEventArgs : IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceLandingEventArgs(Player)
Initializes a new instance of the LandingEventArgs class.
Declaration
public LandingEventArgs(Player player)
Parameters
Type | Name | Description |
---|---|---|
Player | player |
Properties
| Improve this Doc View SourcePlayer
Gets the Player who's landing.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |