]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/base.qh
Lots and lots of updates, mainly involving spectators (waypoints are now not shown...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / base.qh
index b254dfe846eaa1ed6fc2d6cb5c3ac8729c0c661c..974e1a4c5764ab3268dcf2612e4eacd017f85456 100644 (file)
@@ -139,3 +139,9 @@ MUTATOR_HOOKABLE(PlayerDamage_Calculate);
        // INPUT, OUTPUT:
                float frag_damage;
                vector frag_force;
+
+MUTATOR_HOOKABLE(PlayerPowerups);
+       // called at the end of player_powerups() in cl_client.qc, used for manipulating the values which are set by powerup items.
+       // INPUT
+       entity self;
+       float olditems; // also technically output, but since it is at the end of the function it's useless for that :P 
\ No newline at end of file