# 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)
```
