]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/cmd.qh
Merge branch 'master' into terencehill/hud_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
1 #pragma once
2
3 // =================================================
4 //  Declarations for server side networked commands
5 //  Last updated: December 26th, 2011
6 // =================================================
7
8 .float cmd_floodtime;
9 .float cmd_floodcount;
10 .float lms_spectate_warning;
11
12 string MapVote_Suggest(string m);
13
14 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
15 void ClientCommand_macro_write_aliases(float fh);