]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/sv_cmd.qh
Merge branch 'master' into Mario/weaponorder
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
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 string GotoMap(string m);
11
12 void race_deleteTime(string map, float pos);
13
14 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
15 void GameCommand_macro_write_aliases(float fh);