LuaLibraryUtils.wiki
changeset 1359 d886660be4d0
parent 1358 a09a11ea67b4
child 1373 2eedf1c53951
equal deleted inserted replaced
1358:a09a11ea67b4 1359:d886660be4d0
    15 
    15 
    16 == `fillMap(flush)` ==
    16 == `fillMap(flush)` ==
    17 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`.
    17 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`.
    18 
    18 
    19 == `eraseMap(flush)` ==
    19 == `eraseMap(flush)` ==
    20 Completely erase all land from drawn maps. Requires `MapGen` to be set to `mgDrawn`. `FlushPoints()` will be called at the end, unless `flush` is set to `false`.
    20 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`.