LuaGlobals.wiki
changeset 1821 e514ad7c39a3
parent 1820 8dd93fe308aa
child 1896 3b924ec68ec5
equal deleted inserted replaced
1820:8dd93fe308aa 1821:e514ad7c39a3
   103 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||
   103 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||
   104 || `ScreenHeight` || _N/A_ || Height of the Hedgewars window or screen ||
   104 || `ScreenHeight` || _N/A_ || Height of the Hedgewars window or screen ||
   105 
   105 
   106 The proper way to disable Sudden Death is by setting both `WaterRise` and `HealthDecrease` to `0`.
   106 The proper way to disable Sudden Death is by setting both `WaterRise` and `HealthDecrease` to `0`.
   107 
   107 
   108 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.
       
   109 
       
   110 == <tt>!WorldEdge</tt> ==
   108 == <tt>!WorldEdge</tt> ==
   111 The value of `WorldEdge` can have the following values:
   109 The value of `WorldEdge` can have the following values:
   112 
   110 
   113 || *Identifier* || *Meaning* ||
   111 || *Identifier* || *Meaning* ||
   114 || `weNone` || No world edges ||
   112 || `weNone` || No world edges ||