From: Rudolf Polzer Date: Sat, 24 Dec 2011 22:34:48 +0000 (+0100) Subject: getstati has up to 3 args X-Git-Tag: xonotic-v0.6.0~74^2~58 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=f299b6990f495037194ca3417c62b7ed9168c5dc getstati has up to 3 args --- diff --git a/qcsrc/dpdefs/csprogsdefs.qc b/qcsrc/dpdefs/csprogsdefs.qc index a53c612a74..189a9a96b4 100644 --- a/qcsrc/dpdefs/csprogsdefs.qc +++ b/qcsrc/dpdefs/csprogsdefs.qc @@ -484,7 +484,7 @@ float(vector position, string text, vector scale, float alpha, float flag) drawc vector(vector position, string text, vector scale, vector rgb, float alpha, float flag) drawcolorcodedstring2 = #326; float(float stnum) getstatf = #330; -float(float stnum) getstati = #331; +float(float stnum, ...) getstati = #331; // can optionally take first bit and count string(float firststnum) getstats = #332; void(entity e, float mdlindex) setmodelindex = #333; string(float mdlindex) modelnameforindex = #334;