# HG changeset patch # User Wuzzy # Date 1519128262 0 # Node ID 16391ff5e09169691654ac86d2088d9861f36185 # Parent 95e46764178a5aae34b728201cac215b8cf0c8df LuaAPI: Add StartGhostPoints diff -r 95e46764178a -r 16391ff5e091 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. + === !ParseCommand(string) === Makes the game client parse and execute the specified internal game engine command.