Console: Add commands for conditional execution from game date
This commit is contained in:
@@ -29,6 +29,7 @@ void IConsoleError(const char *string);
|
||||
|
||||
/* Parser */
|
||||
void IConsoleCmdExec(const char *cmdstr, const uint recurse_count = 0);
|
||||
void IConsoleCmdExecTokens(uint token_count, char *tokens[], const uint recurse_count = 0);
|
||||
|
||||
bool IsValidConsoleColour(TextColour c);
|
||||
|
||||
|
Reference in New Issue
Block a user