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

# SU.Map.GetType

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

Gibt den Typ des Bodens an den angegebenen Koordinaten zurück.

#### Parameter

* `x, y`: Koordinaten

#### Rückgabewert

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

#### Beispiel

```lua
local groundType = SU.Map.GetType(x, y)
```
