@@ -2477,14 +2477,15 @@ General
2477
2477
using width and height for flexible dimensions.
2478
2478
Returns *is_flexible, width, height, center_x, center_y *.
2479
2479
2480
- * ``dfhack.buildings.checkFreeTiles(pos,size[,extents[,change_extents[,allow_occupied[,allow_wall[,allow_flow]]]]]) ``
2481
-
2482
- Checks if the rectangle defined by ``pos `` and ``size ``, and possibly extents,
2483
- can be used for placing a building. If ``change_extents `` is true, bad tiles
2484
- are removed from extents. If ``allow_occupied ``, the occupancy test is skipped.
2485
- Set ``allow_wall `` to true if the building is unhindered by walls (such as an
2486
- activity zone). Set ``allow_flow `` to true if the building can be built even
2487
- if there is deep water or any magma on the tile (such as abstract buildings).
2480
+ * ``dfhack.buildings.checkFreeTiles(pos,size[,bld[,change_extents[,allow_occupied[,allow_wall[,allow_flow]]]]]) ``
2481
+
2482
+ Checks if the rectangle defined by ``pos `` and ``size ``, and possibly the
2483
+ extents associated with bld, can be used for placing a building. If
2484
+ ``change_extents `` is true, bad tiles are removed from extents. If
2485
+ ``allow_occupied ``, the occupancy test is skipped. Set ``allow_wall `` to true
2486
+ if the building is unhindered by walls (such as an activity zone). Set
2487
+ ``allow_flow `` to true if the building can be built even if there is deep
2488
+ water or any magma on the tile (such as abstract buildings).
2488
2489
2489
2490
* ``dfhack.buildings.countExtentTiles(extents,defval) ``
2490
2491
0 commit comments