LuaAPI.wiki
changeset 821 2bf17581d46b
parent 820 cf7f4be0c083
child 822 a946cbc1e636
equal deleted inserted replaced
820:cf7f4be0c083 821:2bf17581d46b
  1234 == Debugging Functions ==
  1234 == Debugging Functions ==
  1235 === `WriteLnToConsole(string)` ===
  1235 === `WriteLnToConsole(string)` ===
  1236 Writes `string` to `Logs/game0.log`, found in the user data directory.
  1236 Writes `string` to `Logs/game0.log`, found in the user data directory.
  1237 
  1237 
  1238 === `DumpPoint(x, y)` (0.9.23) ===
  1238 === `DumpPoint(x, y)` (0.9.23) ===
  1239 Writes the numbers `x` and `y` to `Logs/game0.log, one line each.
  1239 Converts the whole numbers `x` and `y` to strings and writes them to `Logs/game0.log`, one line each.
  1240 
  1240 
  1241 === <tt>!ParseCommand(string)</tt> ===
  1241 === <tt>!ParseCommand(string)</tt> ===
  1242 Makes the game client parse the specified custom command.
  1242 Makes the game client parse the specified custom command.
  1243 
  1243 
  1244 *Note*: Please be aware that the *engine protocol can (and will) change* between releases.
  1244 *Note*: Please be aware that the *engine protocol can (and will) change* between releases.