Class BoundCommand
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class BoundCommand
Constructors
|
Edit this page
View Source
BoundCommand(IServiceProvider, string, Type, MethodInfo, BaseCommandController?)
Declaration
public BoundCommand(IServiceProvider serviceProvider, string command, Type controllerType, MethodInfo method, BaseCommandController? controllerInstance)
Parameters
Properties
|
Edit this page
View Source
Command
Declaration
public string Command { get; set; }
Property Value
|
Edit this page
View Source
ControllerInstance
Declaration
public BaseCommandController? ControllerInstance { get; set; }
Property Value
|
Edit this page
View Source
ControllerType
Declaration
public Type ControllerType { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; set; }
Property Value
|
Edit this page
View Source
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Methods
|
Edit this page
View Source
HandleCommand(Player, string, IEnumerable<object?>)
Declaration
public void HandleCommand(Player player, string command, IEnumerable<object?> args)
Parameters