Tutorial.SetWorldCursor

Tutorial.SetWorldCursor(X, Y)

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

Rückgabewert

none

Beispiel

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

Last updated