removed this potential feature, not useful enough
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40507
This commit is contained in:
parent
76903cd919
commit
a75e87a076
@ -113,16 +113,6 @@ functag ConCmd Action:public(client, argCount);
|
|||||||
native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:description[]="", flags=0);
|
native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:description[]="", flags=0);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/**
|
|
||||||
* Hooks a specific client-only command.
|
|
||||||
*
|
|
||||||
* @param cmd String to match against the beginning of each client command.
|
|
||||||
* @param callback A function to use as a callback for when the command is invoked.
|
|
||||||
* @param description Optional description string to use for help.
|
|
||||||
* @noreturn
|
|
||||||
*/
|
|
||||||
native RegClientCmd(const String:cmd[], ConCmd:callback, const String:description[]="");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a console command as an administrative command. If the command does not exist,
|
* Creates a console command as an administrative command. If the command does not exist,
|
||||||
* it is created. This command cannot be used to create duplicate admin commands.
|
* it is created. This command cannot be used to create duplicate admin commands.
|
||||||
|
Loading…
Reference in New Issue
Block a user