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

# Tutorial.SetWorldCursor

## `Tutorial.SetWorldCursor(X, Y)`

Setzt einen riesigen roten Pfeil auf die Mapkoordinate #X #Y

#### Rückgabewert

none

#### Beispiel

```lua
--Erstelle Pfeil auf Koordinate X100 Y200
Tutorial.SetWorldCursor(100,200)
--Lösche Pfeil
Tutorial.DeleteWorldCursor()
```
