Xonotic
cmd.qh
Go to the documentation of this file.
1
#pragma once
2
3
float
autocvar_sv_clientcommand_antispam_time
;
4
int
autocvar_sv_clientcommand_antispam_count
;
5
6
.float
cmd_floodtime
;
7
.float
cmd_floodcount
;
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
12
void
ClientCommand_macro_write_aliases
(
float
fh);
entity
entity() spawn
autocvar_sv_clientcommand_antispam_count
int autocvar_sv_clientcommand_antispam_count
Definition:
cmd.qh:4
cmd_floodcount
float cmd_floodcount
Definition:
cmd.qh:7
cmd_floodtime
float cmd_floodtime
Definition:
cmd.qh:6
MapVote_Suggest
string MapVote_Suggest(entity this, string m)
Definition:
mapvoting.qc:119
ClientCommand_macro_write_aliases
void ClientCommand_macro_write_aliases(float fh)
Definition:
cmd.qc:852
autocvar_sv_clientcommand_antispam_time
float autocvar_sv_clientcommand_antispam_time
Definition:
cmd.qh:3
server
command
cmd.qh
Generated on Thu Mar 17 2022 17:26:30 for Xonotic by
1.8.13