LuaAPI: fix EndTurn
authorWuzzy
Sat, 17 Feb 2018 16:01:25 +0000
changeset 1212 ba87334e07c9
parent 1211 b228006249f8
child 1213 bcb30b2c3804
LuaAPI: fix EndTurn
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Feb 15 18:08:17 2018 +0000
+++ b/LuaAPI.wiki	Sat Feb 17 16:01:25 2018 +0000
@@ -954,7 +954,7 @@
 ==== <tt>!SetMaxBuildDistance(distInPx)</tt> (0.9.22) ====
 Sets the maximum building distance for of girders and rubber bands in pixels to `distInPx`. If `distInPx` is `0`, the limit is disabled. If called without arguments, the distance will be reset to the default value.
 
-==== <tt>!EndTurn([noTaunts])</tt> (0.9.23) ====
+==== `EndTurn([noTaunts])` (0.9.23) ====
 Ends the current turn.
 
 Normally, a “Coward” taunt may be played and an announcer message may be shown (depending on the situation). Set the optional `noTaunts` parameter to `true` to force the engine to never play a taunt or show a message. `noTaunts` is `false` by default.