list-walls
List walls on a Foundry VTT scene, with optional filter to return only doors, enabling inspection before editing or deleting walls.
Instructions
List walls on a scene — id, segment c:[x0,y0,x1,y1], move/sight/light/sound channels, one-way dir, door kind + state + sound. A populated scene carries HUNDREDS of walls: pass doorsOnly:true to get just the doors (the usual edit loop). Read-only; the inspect step before update-walls / delete-walls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doorsOnly | No | Return only DOOR walls (door > 0) — a populated scene carries hundreds of plain walls, and the usual edit loop is doors. Default false (all walls). | |
| sceneIdentifier | Yes | Scene id or exact name holding the placeables. |