Show / Hide Table of Contents

Class PickupUsedEventArgs

Inheritance
object
EventArgs
PickupUsedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PickupUsedEventArgs : EventArgs

Constructors

| Edit this page View Source

PickupUsedEventArgs(Player, bool)

Declaration
public PickupUsedEventArgs(Player player, bool isPickupVisible)
Parameters
Type Name Description
Player player
bool isPickupVisible

Properties

| Edit this page View Source

IsPickupVisible

Declaration
public bool IsPickupVisible { get; }
Property Value
Type Description
bool
| Edit this page View Source

Player

Declaration
public Player Player { get; }
Property Value
Type Description
Player
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX