add MapFeatureSize
authorWuzzy
Thu, 10 Sep 2015 01:58:46 +0000
changeset 627 9a690b99f3e9
parent 626 c243eb309e6f
child 628 c6d08e074223
add MapFeatureSize
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Sep 10 01:54:30 2015 +0000
+++ b/LuaAPI.wiki	Thu Sep 10 01:58:46 2015 +0000
@@ -156,6 +156,7 @@
  * <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_
+ * <tt>!MapFeatureSize</tt> - Used by random maps to determine its “curvyness” or complexity. This value can be set by the user with the slider under the random map preview in the game setup screen. The user-set value ranges from 1 (leftmost position) to 25 (rightmost position).
 
 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.