X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qh;h=178181cbada248a0ee7e55f5da55b8583d09d6ea;hb=d2b0f12cb08fe3d1e59d3c9514546c4858cf9012;hp=ad406196635a55b1ecf60667d653eba8a21c27bc;hpb=baeda00e5b0205e304ff26f3d618bffd31302b18;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index ad4061966..178181cba 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -2,8 +2,9 @@ #include +bool autocvar_g_full_getstatus_responses; + entity scores_initialized; // non-NULL when scores labels/rules have been set -.float scoreboard_pos; /** * Attaches a PlayerScore entity to a player. Use that in ClientConnect. @@ -136,4 +137,4 @@ string GetTeamScoreString(float tm, float shortString); * strict: return a strict ordering * nospectators: exclude spectators */ -entity PlayerScore_Sort(.float field, float teams, float strict, float nospectators); +entity PlayerScore_Sort(.float field, int teams, bool strict, bool nospectators);