X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=5f2c86e4086c89d6f8bf4547f7b6659aef421785;hb=3220cab5a7b69ced4a641504a6a5f4eccf2d3bfc;hp=45d1f7584cef1663b5d6909d67714092360eaea5;hpb=dbf4ed6939f70e795228a1dc7eee5c37da3da8ee;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 45d1f7584..5f2c86e40 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,19 +1,10 @@ -// ================================================= -// Declarations for server side networked commands -// Last updated: December 26th, 2011 -// ================================================= +#pragma once .float cmd_floodtime; .float cmd_floodcount; .float lms_spectate_warning; -.float checkfail; -// number of monsters spawned with mobspawn command -float totalspawned; - -string MapVote_Suggest(string m); - -entity spawnmonster(string monster, float mnster, entity spawnedby, entity own, vector orig, float respwn, float moveflag); +string MapVote_Suggest(entity this, string m); // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file void ClientCommand_macro_write_aliases(float fh);