> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/su-library-functions/su.map/su.map.deletedecostonesinarea.md).

# SU.Map.DeleteDecoStonesInArea

## SU.Map.DeleteDecoStonesInArea(x, y, radius)

Entfernt alle **Deko**-Steine im Bereich, **nicht** abbaubare.

#### Parameter

* `x,y`: Koordinaten
* `radius [0-74]`: Radius

#### Beispiel

```lua
SU.Map.DeleteDecoStonesInArea(50, 70, 15)
```
