> 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/map/map.pointisonscreen.md).

# Map.PointIsOnScreen

## `Map.PointIsOnScreen(x, y)`

Gibt an, ob der Punkt auf dem Bildschirm des Spielers zu sehen ist.

#### Rückgabewert

Gibt 1 zurück, sofern der Punkt auf dem Bildschirm zu sehen ist. Ansonsten wird 0 zurückgegeben

#### Beispiel

```lua
Map.PointIsOnScreen(128,128)
```
