LuaAPI.wiki
changeset 1391 86bada04da8f
parent 1381 6695b6e1d39a
child 1398 704301f9bd1d
--- 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`.