LuaAPI.wiki
changeset 1221 16391ff5e091
parent 1220 95e46764178a
child 1223 868b783afc88
equal deleted inserted replaced
1220:95e46764178a 1221:16391ff5e091
  1401 Writes `string` into the chat.
  1401 Writes `string` into the chat.
  1402 
  1402 
  1403 === `DumpPoint(x, y)` (0.9.23) ===
  1403 === `DumpPoint(x, y)` (0.9.23) ===
  1404 Converts the whole numbers `x` and `y` to strings and writes them to `Logs/game0.log`, one line each.
  1404 Converts the whole numbers `x` and `y` to strings and writes them to `Logs/game0.log`, one line each.
  1405 
  1405 
       
  1406 === `StartGhostPoints(count)` ===
       
  1407 Just prints out “GHOST_POINTS” and the argument on the console. This function might change in later versions.
       
  1408 
  1406 === <tt>!ParseCommand(string)</tt> ===
  1409 === <tt>!ParseCommand(string)</tt> ===
  1407 Makes the game client parse and execute the specified internal game engine command.
  1410 Makes the game client parse and execute the specified internal game engine command.
  1408 
  1411 
  1409 The available commands depend on the current engine protocol version. The *engine protocol can (and will) change* between releases.
  1412 The available commands depend on the current engine protocol version. The *engine protocol can (and will) change* between releases.
  1410 
  1413