diff --git a/Lua API.html b/Lua API.html index 49505e65b..659e19945 100644 --- a/Lua API.html +++ b/Lua API.html @@ -1562,6 +1562,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;