Show / Hide Table of Contents

Class PlayerCommandEventArgs

Inheritance
object
EventArgs
PlayerCommandEventArgs
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 PlayerCommandEventArgs : EventArgs

Constructors

| Edit this page View Source

PlayerCommandEventArgs(Player, string, string[])

Declaration
public PlayerCommandEventArgs(Player source, string command, string[] arguments)
Parameters
Type Name Description
Player source
string command
string[] arguments

Properties

| Edit this page View Source

Arguments

Declaration
public string[] Arguments { get; }
Property Value
Type Description
string[]
| Edit this page View Source

Command

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

Source

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