> 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.getobject.md).

# SU.Map.GetObject

## SU.Map.GetObject(x, y)

Gibt das Objekt an den angegebenen Koordinaten zurück.

#### Parameter

* `x, y`: Koordinaten

#### Rückgabewert

* [SU.Objects](/s4-lua-api-de/su-api-enums/su.objects.md)

#### Beispiel

```lua
local objID = SU.Map.GetObject(x, y)
```
