Xonotic
cmd.qh
Go to the documentation of this file.
1 #pragma once
2 
5 
6 .float cmd_floodtime;
8 
9 string MapVote_Suggest(entity this, string m);
10 
11 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
entity() spawn
int autocvar_sv_clientcommand_antispam_count
Definition: cmd.qh:4
float cmd_floodcount
Definition: cmd.qh:7
float cmd_floodtime
Definition: cmd.qh:6
string MapVote_Suggest(entity this, string m)
Definition: mapvoting.qc:119
void ClientCommand_macro_write_aliases(float fh)
Definition: cmd.qc:852
float autocvar_sv_clientcommand_antispam_time
Definition: cmd.qh:3