From f299b6990f495037194ca3417c62b7ed9168c5dc Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 24 Dec 2011 23:34:48 +0100 Subject: [PATCH] getstati has up to 3 args --- qcsrc/dpdefs/csprogsdefs.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2