]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mutators/events.qh
Add a mutator hook to control whether the race timer HUD panel is shown
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mutators / events.qh
index 232a9a4123555b4a0e079c7e08b80883b5ee4eea..258ad9e1197342bcefd5f426a12d53c717e5ab1a 100644 (file)
@@ -225,3 +225,6 @@ MUTATOR_HOOKABLE(ShowRankings, EV_ShowRankings);
        /***/            o(float, MUTATOR_ARGV_1_float) \
        /**/
 MUTATOR_HOOKABLE(ShowNames_Draw, EV_ShowNames_Draw);
+
+/** Return true to display the race timer HUD panel */
+MUTATOR_HOOKABLE(ShowRaceTimer, EV_NO_ARGS);