LuaLibraryUtils: optional flush
authorWuzzy
Thu, 03 May 2018 01:21:13 +0100
changeset 1394 607ff7beea3d
parent 1393 0b22af910c31
child 1395 02b9bbdc2563
LuaLibraryUtils: optional flush
LuaLibraryUtils.wiki
--- a/LuaLibraryUtils.wiki	Thu May 03 01:19:10 2018 +0100
+++ b/LuaLibraryUtils.wiki	Thu May 03 01:21:13 2018 +0100
@@ -13,8 +13,8 @@
 
 Returns whether the gear is inside a circle with x and y being the centre point and r being the radius of the circle. The boolean useRadius determine whether only the centre point of the gear will be used or the radius of the gear will be checked too.
 
-== `fillMap(flush)` ==
+== `fillMap([flush])` ==
 Completely fill the current map with land. Requires `MapGen` to be set to `mgDrawn`. `FlushPoints()` will be called at the end, unless `flush` is set to `false`.
 
-== `eraseMap(flush)` ==
+== `eraseMap([flush])` ==
 Completely erase all land from current map. Requires `MapGen` to be set to `mgDrawn`. `FlushPoints()` will be called at the end, unless `flush` is set to `false`.
\ No newline at end of file