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

# Game.FindAnyUnit

## `Game.FindAnyUnit(Partei, x, y, Radius)`

Prüft, ob sich eine Einheit des Spielers am angegebenen Bereich befindet.

`Radius`: > 0

#### Rückgabewert

0: nicht gefunden\
1: gefunden

#### Beispiel

```lua
Game.FindAnyUnit(1, 410, 349, 15)
```
