Show / Hide Table of Contents

Class CommandContext

Inheritance
object
CommandContext
CommandContext<TPlayer>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.LuaControllers.Contexts
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class CommandContext

Constructors

| Edit this page View Source

CommandContext(Player, string)

Declaration
public CommandContext(Player player, string command)
Parameters
Type Name Description
Player player
string command

Properties

| Edit this page View Source

Command

Declaration
public string Command { get; }
Property Value
Type Description
string
| 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