LuaAPI.wiki
changeset 1043 ad936934f97b
parent 1042 907b28073cfa
child 1044 bc4dca5e6124
equal deleted inserted replaced
1042:907b28073cfa 1043:ad936934f97b
  1321 
  1321 
  1322 === <tt>!GetTeamStats(teamname)</tt> (0.9.23) ===
  1322 === <tt>!GetTeamStats(teamname)</tt> (0.9.23) ===
  1323 Returns a table of internal stats of a team. This table has the following fields:
  1323 Returns a table of internal stats of a team. This table has the following fields:
  1324 
  1324 
  1325 * `Kills`: Number of kills
  1325 * `Kills`: Number of kills
  1326 * `Suicides`: Number of suicides
  1326 * `Suicides`: Number of suicides (not yet working)
  1327 * `AIKills`: Number of AI kills
  1327 * `AIKills`: Number of AI kills
  1328 * `TeamKills`: Number of hedgehogs killes in own team (excluding current hedghog)
  1328 * `TeamKills`: Number of hedgehogs killes in own team (excluding current hedghog)
  1329 * `TurnSkips`: Number of skipped turns
  1329 * `TurnSkips`: Number of skipped turns
  1330 * `TeamDamage`: Damage inflicted to own team (excluding current hedgehog)
  1330 * `TeamDamage`: Damage inflicted to own team (excluding current hedgehog)
  1331 
  1331