LuaAPI: Add AirMinesNum
authorWuzzy
Sun, 20 Nov 2016 00:51:48 +0000
changeset 926 fcea3f1877b0
parent 925 06e23f367b3b
child 927 726d9a6042ae
LuaAPI: Add AirMinesNum
LuaAPI.wiki
--- a/LuaAPI.wiki	Sun Nov 20 00:09:55 2016 +0000
+++ b/LuaAPI.wiki	Sun Nov 20 00:51:48 2016 +0000
@@ -166,12 +166,13 @@
 || `MinesNum` || `4` || Number of mines being placed on a medium-sized map ||
 || `MinesTime` || `3000` || Time for a mine to explode from activated (in milliseconds), `-1000` for random ||
 || `MineDudPercent` || `0` || Chance of mine being a dud, in percent ||
+|| `AirMinesNum` || `0` || (0.9.23) Number of air mines being placed on a medium-sized map ||
 || `Explosives` || `2` || Number of barrels being placed on a medium-sized map ||
 || `SuddenDeathTurns` || `15` || Turns until Sudden Death begins ||
 || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn ||
 || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death ||
 || `Goals` || `""` || Use this to add additional text to the goal text popup shown at the beginning and when using the quit or pause keys. The text is added to the default text which usually explains the game modifiers and does not replace it. Use `|` for line breaks. Also, all text before and including a `:` in a line will be highlighted. See also `ShowMission`. ||
-|| `WorldEdge` || `weNone` || Type edges being used at the left and right sides of the terrain (see below). Available since 0.9.23. ||
+|| `WorldEdge` || `weNone` || (0.9.23) Type edges being used at the left and right sides of the terrain (see below). ||
 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||
 || `ScreenHeight` || _N/A_ || Height of the Hedgewars window or screen ||