Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 286 Bytes

tutorial.deleteworldcursor.md

File metadata and controls

18 lines (12 loc) · 286 Bytes

Tutorial.DeleteWorldCursor

Tutorial.DeleteWorldCursor()

Löscht den riesigen Roten Pfeil von der Karte.

Rückgabewert

none

Beispiel

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