# HG changeset patch # User Wuzzy # Date 1459195272 -3600 # Node ID 2bf17581d46bf0a61235f2ba320ba08788b4c031 # Parent cf7f4be0c083fa1066940d345ab54ef3341f773b LuaAPI: DumpPoint 2 diff -r cf7f4be0c083 -r 2bf17581d46b LuaAPI.wiki --- 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. === !ParseCommand(string) === Makes the game client parse the specified custom command.