# HG changeset patch # User sheepyluva@gmail.com # Date 1404218788 0 # Node ID b2742eb19396a23a53bff945f341565ec4ad4f55 # Parent 6cf42dce2dcc567669cb872e44982bf1e251014e Edited wiki page LuaAPI through web abuser interface. diff -r 6cf42dce2dcc -r b2742eb19396 LuaAPI.wiki --- a/LuaAPI.wiki Wed Jun 18 13:23:50 2014 +0000 +++ b/LuaAPI.wiki Tue Jul 01 12:46:28 2014 +0000 @@ -630,11 +630,6 @@
Makes the game end.
-=== !ParseCommand(string) === - -
Makes the gameclient parse the specified custom command. -
- === !ShowMission(caption, subcaption, text, icon, time) ===
Use to tell the player what he is supposed to do. @@ -830,6 +825,18 @@ == Debugging Functions == +=== !ParseCommand(string) === + +
Makes the gameclient parse the specified custom command. + +*Note*: Please be aware that the *engine protocol can (and will) change* between releases. + +If you do use ParseCommand to overcome a shortcoming in our Lua API (e.g. a missing Function), please make sure to [https://code.google.com/p/hedgewars/issues/entry report the issue]. + +With your report we can fix the shortcoming in future releases. +This will allow scripts to use the previously missing feature in a way that won't break! +
+ === !WriteLnToConsole(string) ===
Writes (string) to the game0.log, found in the user data directory.