diff -r c243eb309e6f -r 9a690b99f3e9 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 @@ * 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_ + * !MapFeatureSize - 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.