LuaAPI: Add reference to LuaDrawing
authorWuzzy
Thu, 03 May 2018 01:14:21 +0100
changeset 1391 86bada04da8f
parent 1390 815d9da643af
child 1392 b2b22eeaf5c1
LuaAPI: Add reference to LuaDrawing
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu May 03 01:13:29 2018 +0100
+++ b/LuaAPI.wiki	Thu May 03 01:14:21 2018 +0100
@@ -1191,6 +1191,8 @@
 
 This function must be called within `onGameInit`, where `MapGen` has been set to `mgDrawn`. You also should call `FlushPoints` when you are finished with drawing.
 
+See [LuaDrawning] for some examples.
+
 ==== <tt>!FlushPoints()</tt> ====
 Makes sure that all the points/lines specified using `AddPoint` are actually applied to the map. This function must be called within `onGameInit`.