> 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/library-functions/map/map.deletedecoobject.md).

# Map.DeleteDecoObject

## `Map.DeleteDecoObject(x, y, Radius)`

Löscht alle Dekoobjekte im genannten Gebiet. Dies schließt auch Dinge wie Bäume, Getreide und Pilze von Pilzfarmen mit ein.

`Radius`: > 0

#### Rückgabewert

none

#### Beispiel

```lua
Map.DeleteDecoObject(100,100,25)
```
