Метод | Описание | |
---|---|---|
AddCommand ( string text, Nekobot.Commands.Command command, bool isAlias ) : void | ||
CanRun ( Discord.User user, Discord.Channel channel, string &error ) : bool | ||
CommandMap ( ) : System.Collections.Generic | ||
CommandMap ( |
||
GetCommands ( ) : IEnumerable |
||
GetCommands ( int index, string parts ) : IEnumerable |
||
GetCommands ( string text ) : IEnumerable |
||
GetItem ( int index, string parts ) : |
||
GetItem ( string text ) : |
Метод | Описание | |
---|---|---|
AddCommand ( int index, string parts, Nekobot.Commands.Command command, bool isAlias ) : void |
public AddCommand ( string text, Nekobot.Commands.Command command, bool isAlias ) : void | ||
text | string | |
command | Nekobot.Commands.Command | |
isAlias | bool | |
Результат | void |
public CanRun ( Discord.User user, Discord.Channel channel, string &error ) : bool | ||
user | Discord.User | |
channel | Discord.Channel | |
error | string | |
Результат | bool |
public CommandMap ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public CommandMap ( |
||
parent | ||
name | string | |
fullName | string | |
Результат | System.Collections.Generic |
public GetCommands ( int index, string parts ) : IEnumerable |
||
index | int | |
parts | string | |
Результат | IEnumerable |
public GetCommands ( string text ) : IEnumerable |
||
text | string | |
Результат | IEnumerable |
public GetItem ( int index, string parts ) : |
||
index | int | |
parts | string | |
Результат |
public GetItem ( string text ) : |
||
text | string | |
Результат |