X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fevents.qh;h=0dbc9ea21857cffe72d144a258fbddc25e5dc837;hb=79eebf87e68861e205a8754d6551bd0aa2229c44;hp=75fc8d31e1508a7037037c1db71e1b7db1c77e8a;hpb=eac60648c4017e495060dd3ba9e50ac4bad5000a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mutators/events.qh b/qcsrc/common/mutators/events.qh index 75fc8d31e..0dbc9ea21 100644 --- a/qcsrc/common/mutators/events.qh +++ b/qcsrc/common/mutators/events.qh @@ -75,6 +75,7 @@ MUTATOR_HOOKABLE(WP_Format, EV_WP_Format); */ #define EV_PlayerPhysics(i, o) \ /** player */ i(entity, MUTATOR_ARGV_0_entity) \ + /** ticrate*/ i(float, MUTATOR_ARGV_1_float) \ /**/ MUTATOR_HOOKABLE(PlayerPhysics, EV_PlayerPhysics); @@ -92,6 +93,7 @@ MUTATOR_HOOKABLE(PlayerJump, EV_PlayerJump); #define EV_PM_Physics(i, o) \ /** player */ i(entity, MUTATOR_ARGV_0_entity) \ /** maxspeed_mod */ i(float, MUTATOR_ARGV_1_float) \ + /** tick rate */ i(float, MUTATOR_ARGV_2_float) \ /**/ MUTATOR_HOOKABLE(PM_Physics, EV_PM_Physics);