Xonotic
|
#include <common/constants.qh>
Go to the source code of this file.
Macros | |
#define | CMD_Write(s) fputs(fh, s) |
#define | CMD_Write_Alias(execute, command, description) CMD_Write(sprintf("alias %-20s \"%-13s %-20s ${* ?}\" // %s\n", command, execute, command, description)) |
Functions | |
void | Curl_URI_Get_Callback (int id, float status, string data) |
float | GenericCommand (string command) |
float | GenericCommand_macro_command (int argc, string command) |
void | GenericCommand_macro_help () |
float | GenericCommand_macro_usage (int argc) |
void | GenericCommand_macro_write_aliases (float fh) |
Variables | |
string | curl_uri_get_cvar [URI_GET_CURL_END - URI_GET_CURL+1] |
float | curl_uri_get_exec [URI_GET_CURL_END - URI_GET_CURL+1] |
int | curl_uri_get_pos |
#define CMD_Write | ( | s | ) | fputs(fh, s) |
Definition at line 33 of file generic.qh.
Referenced by GENERIC_COMMAND().
#define CMD_Write_Alias | ( | execute, | |
command, | |||
description | |||
) | CMD_Write(sprintf("alias %-20s \"%-13s %-20s ${* ?}\" // %s\n", command, execute, command, description)) |
Definition at line 34 of file generic.qh.
Referenced by CommonCommand_macro_write_aliases(), GameCommand_macro_write_aliases(), GenericCommand_macro_write_aliases(), and LocalCommand_macro_write_aliases().
Definition at line 31 of file generic.qc.
References curl_uri_get_cvar, curl_uri_get_exec, cvar_set(), localcmd, LOG_INFO, LOG_TRACEF, strunzone(), and URI_GET_CURL.
Referenced by URI_Get_Callback().
Definition at line 582 of file generic.qc.
References argv(), argv_end_index, argv_start_index, floor(), GenericCommand_macro_command(), GenericCommand_markup(), hsl_to_rgb(), localcmd, max(), random(), rgb_to_hexcolor(), s2, strcat(), strlen(), substring(), tokenize_console, and vector().
Referenced by GameCommand().
Definition at line 551 of file generic.qc.
References argv(), and FOREACH.
Referenced by GenericCommand().
void GenericCommand_macro_help | ( | ) |
Definition at line 546 of file generic.qc.
References FOREACH, and LOG_HELPF.
Referenced by GameCommand().
Definition at line 561 of file generic.qc.
References argv(), and FOREACH.
Referenced by GameCommand().
Definition at line 571 of file generic.qc.
References CMD_Write_Alias, and FOREACH.
Referenced by GENERIC_COMMAND().
string curl_uri_get_cvar[URI_GET_CURL_END - URI_GET_CURL+1] |
Definition at line 40 of file generic.qh.
Referenced by Curl_URI_Get_Callback(), and GenericCommand_qc_curl().
float curl_uri_get_exec[URI_GET_CURL_END - URI_GET_CURL+1] |
Definition at line 39 of file generic.qh.
Referenced by Curl_URI_Get_Callback(), and GenericCommand_qc_curl().
int curl_uri_get_pos |
Definition at line 38 of file generic.qh.
Referenced by GenericCommand_qc_curl().