|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include <common/constants.qh>Go to the source code of this file.
Macros | |
| #define | CMD_Write(s) |
| #define | CMD_Write_Alias(execute, command, description) |
| #define | GetProgramCommandPrefix() |
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) |
| string | maplist_shuffle (string input) |
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 | ) |
| #define CMD_Write_Alias | ( | execute, | |
| command, | |||
| description ) |
Definition at line 34 of file generic.qh.
Referenced by ClientCommand_macro_write_aliases(), CommonCommand_macro_write_aliases(), GameCommand_macro_write_aliases(), GenericCommand_macro_write_aliases(), and LocalCommand_macro_write_aliases().
| #define GetProgramCommandPrefix | ( | ) |
Definition at line 25 of file generic.qh.
Referenced by GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GENERIC_COMMAND(), GenericCommand_addtolist(), GenericCommand_maplist(), GenericCommand_nextframe(), GenericCommand_qc_curl(), GenericCommand_removefromlist(), GenericCommand_restartnotifs(), GenericCommand_rpn(), GenericCommand_runtest(), GenericCommand_settemp(), and GenericCommand_settemp_restore().
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(), and URI_Get_Callback().
Definition at line 603 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(), and GameCommand().
Definition at line 572 of file generic.qc.
References argv(), FOREACH, and strtolower().
Referenced by GenericCommand().
| void GenericCommand_macro_help | ( | ) |
Definition at line 567 of file generic.qc.
References FOREACH, and LOG_HELPF.
Referenced by GameCommand(), and GameCommand().
Definition at line 582 of file generic.qc.
References argv(), FOREACH, and strtolower().
Referenced by GameCommand().
Definition at line 592 of file generic.qc.
References CMD_Write_Alias, and FOREACH.
Referenced by GENERIC_COMMAND().
Definition at line 232 of file generic.qc.
References buf_create, floor(), FOREACH_WORD, random(), and substring().
Referenced by GenericCommand_maplist().
| 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().