LuaAPI: Add StartGhostPoints
authorWuzzy
Tue, 20 Feb 2018 12:04:22 +0000
changeset 1221 16391ff5e091
parent 1220 95e46764178a
child 1222 111d15f81dbd
LuaAPI: Add StartGhostPoints
LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Feb 20 11:59:25 2018 +0000
+++ b/LuaAPI.wiki	Tue Feb 20 12:04:22 2018 +0000
@@ -1403,6 +1403,9 @@
 === `DumpPoint(x, y)` (0.9.23) ===
 Converts the whole numbers `x` and `y` to strings and writes them to `Logs/game0.log`, one line each.
 
+=== `StartGhostPoints(count)` ===
+Just prints out “GHOST_POINTS” and the argument on the console. This function might change in later versions.
+
 === <tt>!ParseCommand(string)</tt> ===
 Makes the game client parse and execute the specified internal game engine command.