diff --git a/Lua API.html b/Lua API.html index 1a2888eb0..7d99228bf 100644 --- a/Lua API.html +++ b/Lua API.html @@ -1586,6 +1586,10 @@ are removed from extents. If allow_occupied, t

Checks if a bridge constructed at specified position would have support from terrain, and thus won't collapse if retracted.

+
  • dfhack.buildings.getStockpileContents(stockpile)

    +

    Returns a list of items stored on the given stockpile. +Ignores empty bins, barrels, and wheelbarrows assigned as storage and transport for that stockpile.

    +
  • Low-level building creation functions;