TemplateFilter and TemplateNumber
authoralmikes@aol.com
Tue, 28 Jul 2015 16:24:40 +0000
changeset 573 aa505738aff0
parent 572 dd27ba1f54a6
child 574 3f98b812ba63
TemplateFilter and TemplateNumber
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 @@
  * <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.