LuaAPI.wiki
changeset 821 2bf17581d46b
parent 820 cf7f4be0c083
child 822 a946cbc1e636
--- a/LuaAPI.wiki	Mon Mar 28 20:59:22 2016 +0100
+++ b/LuaAPI.wiki	Mon Mar 28 21:01:12 2016 +0100
@@ -1236,7 +1236,7 @@
 Writes `string` to `Logs/game0.log`, found in the user data directory.
 
 === `DumpPoint(x, y)` (0.9.23) ===
-Writes the numbers `x` and `y` to `Logs/game0.log, one line each.
+Converts the whole numbers `x` and `y` to strings and writes them to `Logs/game0.log`, one line each.
 
 === <tt>!ParseCommand(string)</tt> ===
 Makes the game client parse the specified custom command.