25 #define GetProgramCommandPrefix() "sv_cmd"
27 #define GetProgramCommandPrefix() "cl_cmd"
29 #define GetProgramCommandPrefix() "menu_cmd"
33#define CMD_Write(s) fputs(fh, s)
34#define CMD_Write_Alias(execute,command,description) CMD_Write(sprintf("alias %-20s \"%-13s %-20s ${* ?}\" // %s\n", command, execute, command, description))
string curl_uri_get_cvar[URI_GET_CURL_END - URI_GET_CURL+1]
void GenericCommand_macro_write_aliases(float fh)
string maplist_shuffle(string input)
float GenericCommand_macro_usage(int argc)
float GenericCommand_macro_command(int argc, string command)
void Curl_URI_Get_Callback(int id, float status, string data)
void GenericCommand_macro_help()
float curl_uri_get_exec[URI_GET_CURL_END - URI_GET_CURL+1]
float GenericCommand(string command)
const int URI_GET_CURL_END