Show / Hide Table of Contents

Class CommandContext<TPlayer>

Inheritance
object
CommandContext
CommandContext<TPlayer>
Inherited Members
CommandContext.Command
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<TPlayer> : CommandContext where TPlayer : Player
Type Parameters
Name Description
TPlayer

Constructors

| Edit this page View Source

CommandContext(TPlayer, string)

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

Properties

| Edit this page View Source

Player

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