LuaAPI: rewrite onAchievementsDeclaration
authorWuzzy
Tue, 20 Feb 2018 14:47:24 +0000
changeset 1229 ff97ab480e0d
parent 1228 460d8f3aaf32
child 1230 2cefe77fbeb7
LuaAPI: rewrite onAchievementsDeclaration
LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Feb 20 14:29:44 2018 +0000
+++ b/LuaAPI.wiki	Tue Feb 20 14:47:24 2018 +0000
@@ -385,7 +385,7 @@
 This function is used in Racer and !TechRacer to define waypoints.
 
 === `onAchievementsDeclaration()` ===
-This function is called after the stats have been built. You are supposed to call `DeclareAchievement` here.
+This function is called after the stats for the stats screen (after the game) have been generated. You are supposed to call `DeclareAchievement` here.
 
 == Functions for creating gears ==