X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fgetreplies.qh;h=f45bbe0166f5158bee09a82a28778318feb7888c;hb=44b19a9101514c2f7c60db341fc08bc677278901;hp=7b436079227f47c1d1621cb891b5bd87400122c0;hpb=6e0735e995e35d56e60f8b816285077b7db0b155;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/getreplies.qh b/qcsrc/server/command/getreplies.qh index 7b4360792..f45bbe016 100644 --- a/qcsrc/server/command/getreplies.qh +++ b/qcsrc/server/command/getreplies.qh @@ -13,10 +13,16 @@ const int LADDER_SIZE = 30; // ladder shows the top X players string top_uids[LADDER_SIZE]; float top_scores[LADDER_SIZE]; -// allow functions to be used in other code like g_world.qc and race.qc +// allow functions to be used in other code like world.qc and race.qc string getrecords(float page); string getrankings(); 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);