> 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/library-functions/game/game.isareadarkland.md).

# Game.IsAreaDarkLand

## `Game.IsAreaDarkLand(x, y, Radius)`

Überprüft, ob ein Gebiet vollständig mit dunklem Land verseucht wurde.

`Radius`: > 0

#### Rückgabewert

True oder False

#### Beispiel

```lua
Game.IsAreaDarkLand(266,285,12)
```
