Skip to content

World Map pl PL

Reetus edited this page Sep 2, 2024 · 41 revisions

Lista komend makr

Utworzono na 02.09.2024 22:46:49
Wersja: 4.425.19+0c26057dbb7e7e285dbbb7378d1639f9d9112e29
Aru (ŁCh)

Mapa świata

AddMapMarker

Sygnatura metody:

Void AddMapMarker(System.String, Int32, Int32, Int32, Int32, System.String)

Parametry

  • name: Zmienna string reprezentująca nazwę, np. "Snoopy".
  • x: Koordynata X.
  • y: Koordynata Y.
  • facet: Zmianna typu integer - zobacz opis, aby zobaczyć użycie.
  • zoomlevel: Zmianna typu integer - zobacz opis, aby zobaczyć użycie. (Opcjonalny)
  • iconname: Zmienna typu string - zobacz opis, aby zobaczyć użycie. (Opcjonalny)

Opis:

Adds a marker on the world map

Przykład:

AddMapMarker("Treasure", 1000, 1000, 0)  

ClearMapMarkers

Sygnatura metody:

Void ClearMapMarkers()

Opis:

Clears all map markers

Przykład:

ClearMapMarkers()  

RemoveMapMarker

Sygnatura metody:

Void RemoveMapMarker(System.String)

Parametry

  • name: Zmienna typu string - zobacz opis, aby zobaczyć użycie.

Opis:

Removes all map markers with the specified name from the world map

Przykład:

RemoveMapMarker("Treasure")  
Clone this wiki locally