X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fsv_cmd.qh;h=03bd80cefc2f71fea3ddcdb4d7cbaa60bef1b2be;hb=b38e2bae0a50554f26bf5af1fbd0e70b97cc0c71;hp=633f4068060885fba4d66b61bfde271fe920606f;hpb=4a7aaab8442dbbd667628adc4f9052ef939db77c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/sv_cmd.qh b/qcsrc/server/command/sv_cmd.qh index 633f40680..03bd80cef 100644 --- a/qcsrc/server/command/sv_cmd.qh +++ b/qcsrc/server/command/sv_cmd.qh @@ -1,10 +1,8 @@ // ================================================= // Declarations for server side game commands -// Last updated: December 14th, 2011 +// Last updated: December 25th, 2011 // ================================================= -float RadarMap_Make(float argc); - string GotoMap(string m); void race_deleteTime(string map, float pos); @@ -13,3 +11,6 @@ void race_deleteTime(string map, float pos); #define SHUFFLETEAMS_MAX_TEAMS 4 float shuffleteams_players[SHUFFLETEAMS_MAX_PLAYERS]; // maximum of 255 player slots float shuffleteams_teams[SHUFFLETEAMS_MAX_TEAMS]; // maximum of 4 teams + +// used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file +void GameCommand_macro_write_aliases(float fh); \ No newline at end of file