X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fsv_cmd.qh;h=03bd80cefc2f71fea3ddcdb4d7cbaa60bef1b2be;hb=bad31d5feb06c61655c4fc789c75387c6a429ef5;hp=633f4068060885fba4d66b61bfde271fe920606f;hpb=8f0281c70368ec92197867d6181e5e955b5fd6c1;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