LuaGlobals: Edited via web interface
authorWuzzy
Mon, 20 May 2019 20:45:59 +0100
changeset 1898 c883fe88f546
parent 1897 1d24131414e3
child 1899 79a144a97a48
LuaGlobals: Edited via web interface
LuaGlobals.wiki
--- a/LuaGlobals.wiki	Mon May 20 20:45:07 2019 +0100
+++ b/LuaGlobals.wiki	Mon May 20 20:45:59 2019 +0100
@@ -77,7 +77,7 @@
 || `LandDigest` || _N/A_ || Digest for the current map. Only meant for internal use by Hedgewars ||
 || `MapGen` || `mgRandom` || Type of map generator. One of `mgRandom`, `mgMaze`, `mgPerlin`, `mgDrawn`. ||
 || `TemplateNumber` || `0` || This is the number of the land template for random map generators like `mgRandom`. A land template is a rule set for random maps. Maps generated with the same template look similar. You can see the land template number in console when you generate a new random map in the frontend. ||
-|| `TemplateFilter` || `0` || Used for the random map generator (`mgRandom`). This is the number of the template filter to be used. template filter is a grouping of multiple land templates. This corresponds directly to the map size/type selection in the frontend (e.g. Small/Medium/Large/Cavern/Wacky). ||
+|| `TemplateFilter` || `0` || Used for the random map generator (`mgRandom`). This is the number of the template filter to be used. A template filter is a grouping of multiple land templates. This corresponds directly to the map size / map style selection in the frontend (e.g. Small/Medium/Large/Cavern/Wacky). ||
 || `MapFeatureSize` || `50` (`12` in 1.0.0) || 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). A good starting value is `12`. ||
 || `GameFlags` || `0` || All `GameFlags` combined as a bitmask. Setting `GameFlags` directly is discouraged, use the [LuaGameplay#GameFlags_functions GameFlags functions] instead ||
 || `Ready` || `5000` || Ready timer at the start of the turn (in milliseconds) ||