> 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/tutorial/tutorial.clearmarker.md).

# Tutorial.ClearMarker

## `Tutorial.ClearMarker()`

Löscht den Marker (Pfeil am Bildschirm) vom Bildschirm

#### Rückgabewert

none

#### Beispiel

```lua
-- Setze Marker an Position X89 Y312 (Position von dem ersten Gebäude der Gebäudeauswahl)
Tutorial.SetMarker(89,312)
-- Lösche Marker wieder
Tutorial.ClearMarker()
```
