]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qh
Merge branch 'master' into Juhu/strafehud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qh
index 3ababeec576028bb07b69722714e9ee16a2b2746..f45bbe0166f5158bee09a82a28778318feb7888c 100644 (file)
@@ -20,3 +20,9 @@ string getladder();
 string getmaplist();
 string getlsmaps();
 string getmonsterlist();
+
+void GetCvars_handleFloat(entity this, entity store, string thisname, float f, .float field, string name);
+
+void GetCvars_handleString(entity this, entity store, string thisname, float f, .string field, string name);
+
+void GetCvars(entity this, entity store, int f);