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

# SU.Map.IsFoundingStone

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

Gibt zurück, ob an den angegebenen Koordinaten ein Grenzstein ist oder nicht.

#### Parameter

* `x, y`: Koordinaten

#### Rückgabewert

* 1: es ist ein Grenzstein
* 0: sonst / Fehler

#### Beispiel

```lua
local isFoundingStone = SU.Map.IsFoundingStone(x, y)
```
