Class DroppingNothingEventArgs
Contains all information before a player drops a null item.
Inheritance
System.Object
DroppingNothingEventArgs
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 DroppingNothingEventArgs : IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceDroppingNothingEventArgs(Player)
Initializes a new instance of the DroppingNothingEventArgs class.
Declaration
public DroppingNothingEventArgs(Player player)
Parameters
Type | Name | Description |
---|---|---|
Player | player |
Properties
| Improve this Doc View SourcePlayer
Gets the player who's dropping the null item.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |