LuaAPI: Update GetTeamStats
authorWuzzy
Tue, 26 Sep 2017 15:21:24 +0100
changeset 1042 907b28073cfa
parent 1041 faa8819c9a9b
child 1043 ad936934f97b
LuaAPI: Update GetTeamStats
LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Sep 26 15:18:35 2017 +0100
+++ b/LuaAPI.wiki	Tue Sep 26 15:21:24 2017 +0100
@@ -1323,11 +1323,11 @@
 Returns a table of internal stats of a team. This table has the following fields:
 
 * `Kills`: Number of kills
-* `Suicides`: Number of suicides (kamikaze, piano strikes)
+* `Suicides`: Number of suicides
 * `AIKills`: Number of AI kills
-* `TeamKills`: Number of defeated teams
+* `TeamKills`: Number of hedgehogs killes in own team (excluding current hedghog)
 * `TurnSkips`: Number of skipped turns
-* `TeamDamage`: Damage inflicted to own team
+* `TeamDamage`: Damage inflicted to own team (excluding current hedgehog)
 
 == Math Functions ==