diff -r dd27ba1f54a6 -r aa505738aff0 LuaAPI.wiki
--- 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 @@
* Map = "Bamboo" - the map being played
* Theme = "Bamboo" - the theme to be used
* !MapGen - type of map generator. One of `mgRandom`, `mgMaze`, `mgPerlin`, `mgDrawn`.
- * !TemplateFilter
* Goals = "Jumping is disabled" - if you want to add info to the game mode dialog, use "|" to separate lines
+ * !TemplateFilter - _unknown meaning_
+ * !TemplateNumber - _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.