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

# SU.Map.GetHeight

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

Gibt die Höhe des Landes an den angegebenen Koordinaten zurück.

#### Parameter

* `x, y`: Koordinaten

#### Rückgabewert

* Höhe des Landes \[0-225]
* 0: Wasser / Fehler

#### Beispiel

```lua
local height = SU.Map.GetHeight(x, y)
```
