]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mutators/events.qh
Item stats panel: add cvar to enable/disable it and delay displaying it if it's too...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mutators / events.qh
index c606906ab2eb45da744e7ace1b93ff6e1527876b..cbd2cf31bc916481ad2f8e69c60aa9cf987326b6 100644 (file)
@@ -178,6 +178,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) \