]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/playerstats.qh
Working on moving the weapon files to proper directories (plus cleanup)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / playerstats.qh
index f3806d50df917fe39a165663fd62fa3f0937578c..ab28b3a558f607d1f43dd4741bde5b2d126f2366 100644 (file)
@@ -38,10 +38,10 @@ void PlayerStats_AddTeam(float t);
 void PlayerStats_AddEvent(string event_id);
 
 // call on each event to track, or at player disconnect OR match end for "global stuff"
-void PlayerStats_Event(entity e, string event_id, float value);
+float PlayerStats_Event(entity e, string event_id, float value);
 
 // add a team score
-void PlayerStats_TeamScore(float t, string event_id, float value);
+float PlayerStats_TeamScore(float t, string event_id, float value);
 
 // call at game over
 void PlayerStats_Shutdown(); // send stats to the server