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

# SU.Map.GetEcoSector

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

Gibt den Wirtschaftssektor an den gegebenen Koordinaten zurück.

#### Parameter

* `x, y`: Koordinaten

#### Rückgabewert

* Eindeutige ID des Wirtschaftssektors
* 0: sonst (Koordinaten sind in keinem Wirtschaftssektor) / Fehler

#### Beispiel

```lua
local ecoSector = SU.Map.GetEcoSector(x, y)
```
