--- a/LuaAPI.wiki Tue Jul 28 16:19:27 2015 +0000
+++ b/LuaAPI.wiki Tue Jul 28 16:24:40 2015 +0000
@@ -151,8 +151,9 @@
* <tt>Map = "Bamboo"</tt> - the map being played
* <tt>Theme = "Bamboo"</tt> - the theme to be used
* <tt>!MapGen</tt> - type of map generator. One of `mgRandom`, `mgMaze`, `mgPerlin`, `mgDrawn`.
- * <tt>!TemplateFilter</tt>
* <tt>Goals = "Jumping is disabled"</tt> - if you want to add info to the game mode dialog, use "|" to separate lines
+ * <tt>!TemplateFilter</tt> - _unknown meaning_
+ * <tt>!TemplateNumber</tt> - _unknown meaning_
If you want to add teams or hogs manually you have to do it here. If you want to draw your own map using `AddPoint` and `FlushPoints`, you have to do this within this function as well.