X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=dpdefs%2Fmenudefs.qc;h=b987491b7cf778c5ea33bcfb2f783851b5a60461;hb=HEAD;hp=7282f4cdbbe4e59a609a4ecfe7fc42a37af330e4;hpb=07eae95c847d9380de16061def3bf00c74833ced;p=xonotic%2Fdarkplaces.git diff --git a/dpdefs/menudefs.qc b/dpdefs/menudefs.qc index 7282f4cd..93bdff12 100644 --- a/dpdefs/menudefs.qc +++ b/dpdefs/menudefs.qc @@ -179,9 +179,10 @@ float vlen(vector v) = #9; float vectoyaw(vector v) = #10; vector vectoangles(vector v) = #11; -float random(void) = #12; +float random(void) = #12; // Returns a random number > 0 and < 1 void cmd(string command, ...) = #13; +void localcmd(string command, ...) = #13; // cvar cmds @@ -246,7 +247,7 @@ string fgets(float fhandle) = #50; void fputs(float fhandle, string s) = #51; float strlen(string s) = #52; -string strcat(string s1,string s2,...) = #53; +string strcat(string s, string...) = #53; string substring(string s, float start, float length) = #54; vector stov(string s) = #55;