X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmutators%2Fevents.qh;h=7ddcb204aa3144cf6d46e10db0d67cffc4088728;hp=d08b020e3556c97d9352634ab70776d67dfd2cda;hb=e860f4fc6e3c8cb1ef89eb47fa205c6ff4018c47;hpb=606cd54963445b5e07344253d1f6cddb72bc5ad8 diff --git a/qcsrc/client/mutators/events.qh b/qcsrc/client/mutators/events.qh index d08b020e35..7ddcb204aa 100644 --- a/qcsrc/client/mutators/events.qh +++ b/qcsrc/client/mutators/events.qh @@ -118,6 +118,9 @@ MUTATOR_HOOKABLE(HUD_Draw_overlay, EV_HUD_Draw_overlay); MUTATOR_HOOKABLE(HUD_Powerups_add, EV_NO_ARGS); +/** return true to show the physics HUD panel when optional mode is enabled */ +MUTATOR_HOOKABLE(HUD_Physics_showoptional, EV_NO_ARGS); + /** Return true to not draw any vortex beam */ #define EV_Particles_VortexBeam(i, o) \ /** beam shot origin */ i(vector, MUTATOR_ARGV_0_vector) \