LuaStats.wiki
changeset 1764 33ed53a6f370
parent 1760 a9e06d2265f0
child 1842 f33a4823d9c9
--- a/LuaStats.wiki	Wed Apr 17 12:59:42 2019 +0100
+++ b/LuaStats.wiki	Wed Apr 17 13:00:49 2019 +0100
@@ -91,16 +91,16 @@
 
 If any health stats haven’t been sent before this will cause the health graph to the stats page to be hidden. Use this function in the Lua scripts to produce custom graphs by calling it inside `onGameStart()` and using the `SendStat()` function.
 f
-== <tt>!SendAchievementsStatsOff()</tt> (0.9.23) ==
+== <tt>!SendAchievementsStatsOff()</tt> ==
 Prevents the engine of populating the snarky comments in the “Details” section (internally known as “achievements”) of the stats screen, such as “best shot award”, etc. So you can start with a clean list when the game ends normally. This function needs to be called inside `onGameStart()`.
 
-== <tt>!SendRankingStatsOff()</tt> (0.9.23) ==
+== <tt>!SendRankingStatsOff()</tt> ==
 Prevents the engine of populating the team rankings in the stats screen, so you can start with a clean list when the game ends normally. This function needs to be called inside `onGameStart()`.
 
-== <tt>!SendGameResultOff()</tt> (0.9.23) ==
+== <tt>!SendGameResultOff()</tt> ==
 Prevents the engine of setting the game result text at the top of the stats screen, e.g. “Team 1 wins!” when the game ends normally. This function needs to be called inside `onGameStart()`.
 
-== <tt>!GetTeamStats(teamname)</tt> (0.9.23) ==
+== <tt>!GetTeamStats(teamname)</tt> ==
 Returns a table of internal stats of a team. This table has the following fields:
 
  * `Kills`: Number of kills