World Map ko KR - Reetus/ClassicAssist GitHub Wiki

ν΄λž˜μ‹μ–΄μ‹œμŠ€νŠΈ 맀크둜 λͺ…λ Ήμ–΄

μƒμ„±λœ 2024-12-15 μ˜€μ „ 3:30:41
버전: 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
Translated by Mark Hunt & Andy H.

세계지도

AddMapMarker

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

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

νŒŒλΌλ―Έν„°

  • name: 이름을 λ‚˜νƒ€λ‚΄λŠ” λ¬Έμžμ—΄, μ˜ˆμ‹œ) "Snoopy".
  • x: X μ’Œν‘œ.
  • y: Y μ’Œν‘œ.
  • facet: μ •μˆ˜ κ°’ - μ‚¬μš© 방법에 λŒ€ν•œ μ„€λͺ…을 λ³΄μ„Έμš”.
  • zoomlevel: μ •μˆ˜ κ°’ - μ‚¬μš© 방법에 λŒ€ν•œ μ„€λͺ…을 λ³΄μ„Έμš”. (μ˜΅μ…˜)
  • iconname: λ¬Έμžμ—΄ κ°’ - μ‚¬μš© 방법에 λŒ€ν•œ μ„€λͺ…을 λ³΄μ„Έμš”. (μ˜΅μ…˜)

μ„€λͺ…:

Adds a marker on the world map

μ˜ˆμ‹œ:

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

ClearMapMarkers

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Void ClearMapMarkers()

μ„€λͺ…:

Clears all map markers

μ˜ˆμ‹œ:

ClearMapMarkers()  

RemoveMapMarker

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Void RemoveMapMarker(System.String)

νŒŒλΌλ―Έν„°

  • name: λ¬Έμžμ—΄ κ°’ - μ‚¬μš© 방법에 λŒ€ν•œ μ„€λͺ…을 λ³΄μ„Έμš”.

μ„€λͺ…:

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

μ˜ˆμ‹œ:

RemoveMapMarker("Treasure")