]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
update the spec comment
authorFruitieX <fruitiex@gmail.com>
Tue, 17 May 2011 17:59:36 +0000 (20:59 +0300)
committerFruitieX <fruitiex@gmail.com>
Tue, 17 May 2011 17:59:36 +0000 (20:59 +0300)
qcsrc/server/playerstats.qc

index 0256c037b02667a2c4348641318e726b9939d486..2e6777e85b0ed2423b6adefc19542845404609de 100644 (file)
@@ -192,6 +192,11 @@ void PlayerStats_Sent_URI_Get_Callback(float id, float status, string data)
                        scoreboard-<scoreboardname>: end-of-game score of that scoreboard item (can differ in non-team games)
                        achievement-<achievementname>: achievement counters
             rank <number>: rank of player
+            acc-<weapon netname>-hit: total damage dealt
+            acc-<weapon netname>-fired: total damage that all fired projectiles *could* have dealt
+            acc-<weapon netname>-cnt-hit: amount of shots that actually hit
+            acc-<weapon netname>-cnt-fired: amount of fired shots
+            acc-<weapon netname>-frags: amount of frags dealt by weapon
 */
 
 //#NO AUTOCVARS START