LuaStats: Remove version info
authorWuzzy
Wed, 17 Apr 2019 13:00:49 +0100
changeset 1764 33ed53a6f370
parent 1763 3fa6a8bbf260
child 1765 3e23edc6d087
LuaStats: Remove version info
LuaStats.wiki
--- 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