Tutorial.DeleteWorldCursor
Tutorial.DeleteWorldCursor()
Tutorial.DeleteWorldCursor()Rückgabewert
Beispiel
--Erstelle Pfeil auf Koordinate X100 Y200
Tutorial.SetWorldCursor(100,200)
--Lösche Pfeil
Tutorial.DeleteWorldCursor()Last updated