Xonotic
|
#include "cl_cmd.qh"
#include <client/draw.qh>
#include <client/hud/_mod.qh>
#include <client/hud/panel/quickmenu.qh>
#include <client/hud/panel/radar.qh>
#include <client/hud/panel/scoreboard.qh>
#include <client/hud/panel/vote.qh>
#include <client/mapvoting.qh>
#include <client/mutators/_mod.qh>
#include <client/view.qh>
#include <common/command/_mod.qh>
#include <common/mapinfo.qh>
#include <common/minigames/cl_minigames_hud.qh>
Go to the source code of this file.
Macros | |
#define | CONSOLE_COMMAND(name, execution) { registercommand(name); } |
#define | CONSOLE_COMMAND(name, execution) registercommand(name); |
#define | CONSOLE_COMMAND(name, execution) { if (name == s) { { execution } return true; } } |
#define | CONSOLE_COMMAND(name, execution) { if (name == s) { { execution } return true; } } |
#define | CONSOLE_COMMANDS_MOVEMENT() |
#define | CONSOLE_COMMANDS_NORMAL() |
#define CONSOLE_COMMANDS_MOVEMENT | ( | ) |
Definition at line 560 of file cl_cmd.qc.
Referenced by ConsoleCommand_macro_init(), and ConsoleCommand_macro_movement().
#define CONSOLE_COMMANDS_NORMAL | ( | ) |
Definition at line 553 of file cl_cmd.qc.
Referenced by ConsoleCommand_macro_init(), and ConsoleCommand_macro_normal().
CLIENT_COMMAND | ( | blurtest | , |
"Feature for testing blur postprocessing" | |||
) |
Definition at line 456 of file cl_cmd.qc.
References LocalCommand_blurtest().
CLIENT_COMMAND | ( | boxparticles | , |
"Spawn particles manually" | |||
) |
Definition at line 457 of file cl_cmd.qc.
References LocalCommand_boxparticles().
CLIENT_COMMAND | ( | create_scrshot_ent | , |
"Create an entity at this location for automatic screenshots" | |||
) |
Definition at line 458 of file cl_cmd.qc.
References LocalCommand_create_scrshot_ent().
CLIENT_COMMAND | ( | debugmodel | , |
"Spawn a debug model manually" | |||
) |
Definition at line 459 of file cl_cmd.qc.
References LocalCommand_debugmodel().
CLIENT_COMMAND | ( | handlevote | , |
"System to handle selecting a vote or option" | |||
) |
Definition at line 460 of file cl_cmd.qc.
References LocalCommand_handlevote().
CLIENT_COMMAND | ( | hud | , |
"Commands regarding/controlling the HUD system" | |||
) |
Definition at line 461 of file cl_cmd.qc.
References LocalCommand_hud().
CLIENT_COMMAND | ( | localprint | , |
"Create your own centerprint sent to yourself" | |||
) |
Definition at line 462 of file cl_cmd.qc.
References LocalCommand_localprint().
CLIENT_COMMAND | ( | mv_download | , |
"Retrieve mapshot picture from the server" | |||
) |
Definition at line 463 of file cl_cmd.qc.
References LocalCommand_mv_download().
Definition at line 464 of file cl_cmd.qc.
References LocalCommand_sendcvar().
void ConsoleCommand_macro_init | ( | ) |
Definition at line 579 of file cl_cmd.qc.
References CONSOLE_COMMANDS_MOVEMENT, CONSOLE_COMMANDS_NORMAL, and isdemo().
Referenced by CSQC_Init().
Definition at line 614 of file cl_cmd.qc.
References camera_active, and CONSOLE_COMMANDS_MOVEMENT.
Referenced by CSQC_ConsoleCommand().
Definition at line 603 of file cl_cmd.qc.
References CONSOLE_COMMANDS_NORMAL.
Referenced by CSQC_ConsoleCommand().
Definition at line 634 of file cl_cmd.qc.
References argv(), ConsoleCommand_macro_movement(), ConsoleCommand_macro_normal(), and tokenize_console.
Referenced by GameCommand().
Definition at line 21 of file cl_cmd.qc.
References drawmask, floor(), MASK_NORMAL, PolyDrawModel(), renderflags, and time.
Referenced by LocalCommand_debugmodel().
Definition at line 502 of file cl_cmd.qc.
Definition at line 40 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, LOG_INFO, stof(), TC, and time.
Referenced by CLIENT_COMMAND().
Definition at line 76 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, entity(), entnum, findfloat(), flags, LOG_HELP, LOG_INFOF, NULL, stoi, stov(), TC, and vector().
Referenced by CLIENT_COMMAND().
Definition at line 130 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, fclose(), FILE_APPEND, fopen(), fputs(), ftos(), LOG_HELP, LOG_INFO, MapInfo_Map_bspname, strcat(), TC, view_angles, and view_origin.
Referenced by CLIENT_COMMAND().
Definition at line 170 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, DrawDebugModel(), entity(), g_drawables, IL_PUSH(), LOG_HELP, setorigin(), TC, view_angles, and view_origin.
Referenced by CLIENT_COMMAND().
Definition at line 200 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, ftos(), InterpretBoolean(), localcmd, LOG_HELP, LOG_INFOF, strcat(), TC, uid2name_dialog, vote_active, vote_change, vote_prev, and vote_selection.
Referenced by CLIENT_COMMAND().
Definition at line 248 of file cl_cmd.qc.
References argv(), autocvar__hud_configure, autocvar_hud_panel_quickmenu_file, CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, Cmd_Scoreboard_Help(), Cmd_Scoreboard_SetFields(), cvar_set(), ftos(), HUD_Panel_ExportCfg(), hud_panel_radar_maximized, hud_panel_radar_mouse, HUD_Radar_Show_Maximized(), InterpretBoolean(), isdemo(), LOG_HELP, LOG_INFOF, MUTATOR_CALLHOOK, QuickMenu_Close(), QuickMenu_IsOpened(), QuickMenu_Open(), and TC.
Referenced by CLIENT_COMMAND().
Definition at line 342 of file cl_cmd.qc.
References argv(), centerprint_AddStandard(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, LOG_INFOF, and TC.
Referenced by CLIENT_COMMAND().
Definition at line 471 of file cl_cmd.qc.
References argv(), CLIENT_COMMANDS, and FOREACH.
Referenced by GameCommand().
void LocalCommand_macro_help | ( | ) |
Definition at line 466 of file cl_cmd.qc.
References CLIENT_COMMANDS, FOREACH, and LOG_HELPF.
Referenced by GameCommand().
Definition at line 481 of file cl_cmd.qc.
References argv(), CLIENT_COMMANDS, and FOREACH.
Referenced by GameCommand().
Definition at line 491 of file cl_cmd.qc.
References CLIENT_COMMANDS, CMD_Write_Alias, and FOREACH.
Referenced by GENERIC_COMMAND().
Definition at line 367 of file cl_cmd.qc.
References argv(), Cmd_MapVote_MapDownload(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, LOG_INFOF, and TC.
Referenced by CLIENT_COMMAND().
Definition at line 392 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, cvar_string(), localcmd, LOG_HELP, LOG_INFOF, strcpy, strfree, string_null, strlen(), substring(), TC, W_FixWeaponOrder(), and W_NumberWeaponOrder().
Referenced by CLIENT_COMMAND().