|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | ClientCommand_macro_write_aliases (float fh) |
| string | MapVote_Suggest (entity this, string m) |
Variables | |
| int | autocvar_sv_clientcommand_antispam_count |
| float | autocvar_sv_clientcommand_antispam_time |
| float | cmd_floodcount |
| float | cmd_floodtime |
Definition at line 852 of file cmd.qc.
References CLIENT_COMMANDS, and NULL.
Referenced by GENERIC_COMMAND().
Here is the caller graph for this function:Definition at line 119 of file mapvoting.qc.
References autocvar_g_maplist_votable_suggestions, autocvar_g_maplist_votable_suggestions_override_mostrecent, autocvar_sv_eventlog, autocvar_sv_vote_gametype, floor(), ftos(), GameLogEcho(), gametypevote, GameTypeVote_MapInfo_FixName(), Map_IsRecent(), MapInfo_CheckMap(), mapvote_initialized, mapvote_suggestion_ptr, mapvote_suggestions, playerid, random(), strcat(), strunzone(), and strzone().
Referenced by ClientCommand_suggestmap().
Here is the call graph for this function:
Here is the caller graph for this function:| int autocvar_sv_clientcommand_antispam_count |
Definition at line 4 of file cmd.qh.
Referenced by SV_ParseClientCommand_floodcheck().
| float autocvar_sv_clientcommand_antispam_time |
Definition at line 3 of file cmd.qh.
Referenced by SV_ParseClientCommand_floodcheck().