Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
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