# SU.Map.IsDarkLand

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

Gibt zurück, ob die angegebenen Koordinaten Dunkles Land sind oder nicht.

#### Parameter

* `x, y`: Koordinaten

#### Rückgabewert

* 1: das Land ist dunkel
* 0: sonst / Fehler

#### Beispiel

```lua
local isDarkLand = SU.Map.IsDarkLand(x, y)
```
