]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
getstati has up to 3 args
authorRudolf Polzer <divverent@alientrap.org>
Sat, 24 Dec 2011 22:34:48 +0000 (23:34 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 24 Dec 2011 22:34:48 +0000 (23:34 +0100)
qcsrc/dpdefs/csprogsdefs.qc

index a53c612a7428261e2e3cd391653d2e61b24c6b69..189a9a96b4e05b42107473897d01db2659fbabe5 100644 (file)
@@ -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;