X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmutators%2Fevents.qh;h=245224ba237d7e56cbe3b73388ced6de5d6e8f0c;hb=5d43c54fb54232bcfd81f24876d2f1a82308c909;hp=7115ed4dfba7c6b27233c8b4123ec11928e78ff8;hpb=c6a2f2ceed6a453934294f9dd44d4d8459e7a507;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mutators/events.qh b/qcsrc/client/mutators/events.qh index 7115ed4df..245224ba2 100644 --- a/qcsrc/client/mutators/events.qh +++ b/qcsrc/client/mutators/events.qh @@ -181,6 +181,9 @@ MUTATOR_HOOKABLE(DrawDeathScoreboard, EV_NO_ARGS); /** Return true to not show accuracy stats in the scoreboard */ MUTATOR_HOOKABLE(DrawScoreboardAccuracy, EV_NO_ARGS); +/** Return true to not show accuracy stats in the scoreboard */ +MUTATOR_HOOKABLE(DrawScoreboardItemStats, EV_NO_ARGS); + /** Called when drawing info messages, allows adding new info messages. Return true to hide the standard join message */ #define EV_DrawInfoMessages(i, o) \ /** pos */ i(vector, MUTATOR_ARGV_0_vector) \