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
sv_cmd.qh
Go to the documentation of this file.
1
#pragma once
2
3
// =================================================
4
// Declarations for server side game commands
5
// =================================================
6
7
bool
shuffleteams_on_reset_map
;
8
void
shuffleteams
();
9
10
void
race_deleteTime
(
string
map,
float
pos);
11
12
// used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
13
void
GameCommand_macro_write_aliases
(
float
fh);
GameCommand_macro_write_aliases
void GameCommand_macro_write_aliases(float fh)
Definition:
sv_cmd.qc:1711
race_deleteTime
void race_deleteTime(string map, float pos)
Definition:
race.qc:452
shuffleteams
void shuffleteams()
Definition:
sv_cmd.qc:1245
shuffleteams_on_reset_map
bool shuffleteams_on_reset_map
Definition:
sv_cmd.qh:7
server
command
sv_cmd.qh
Generated on Thu Mar 17 2022 17:26:30 for Xonotic by
1.8.13