|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | CLIENT_COMMAND(id, description) |
Functions | |
| void | Cmd_Scoreboard_Help () |
| void | Cmd_Scoreboard_SetFields (int argc) |
| void | ConsoleCommand_macro_init () |
| void | LocalCommand_macro_write_aliases (int fh) |
| STATIC_INIT (CLIENT_COMMANDS_aliases) | |
| #define CLIENT_COMMAND | ( | id, | |
| description ) |
Definition at line 16 of file cl_cmd.qh.
| void Cmd_Scoreboard_Help | ( | ) |
Definition at line 711 of file scoreboard.qc.
References LOG_HELP, and PrintScoresLabels().
Referenced by LocalCommand_hud().
Definition at line 767 of file scoreboard.qc.
References argv(), autocvar_scoreboard_columns, cvar_set(), FOREACH, gametype, hud_fontsize, HUD_GetFontsize(), isGametypeInFilter(), LABEL, LOG_INFO, LOG_INFOF, MAX_SBT_FIELDS, ps_primary, ps_secondary, sb_field_sizes_init, sbt_field, sbt_field_title, sbt_num_fields, SCOREBOARD_DEFAULT_COLUMNS, scores_flags, scores_label, SFL_ALLOW_HIDE, strcat(), strcpy, strfree, strlen, strstrofs, strtolower(), strzone(), substring(), TC, teamplay, tokenizebyseparator, and TranslateScoresLabel().
Referenced by LocalCommand_hud().
| void ConsoleCommand_macro_init | ( | ) |
Definition at line 605 of file cl_cmd.qc.
References CONSOLE_COMMANDS_MOVEMENT, CONSOLE_COMMANDS_NORMAL, and isdemo().
Referenced by CSQC_Init().
Definition at line 519 of file cl_cmd.qc.
References CMD_Write_Alias, and FOREACH.
Referenced by GENERIC_COMMAND().