Tile - YMap - Get Object Map Marker – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Get Object Map Marker(Object, Id) == File:Yl...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
Line 32: Line 32:
----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]

Latest revision as of 15:27, 24 November 2023

Get Object Map Marker(Object, Id)

YlandsTile-1157.png

static getObjectMarker(targetObject: YEntity | YLogic | YGroup, id: string): YMapMarker;

Parameters

targetObject

Target parent object of the map marker.

id

Unique ID of the map marker.

Returns

YMapMarker

Availability

Server, Not in Edu

Description

Returns a map marker object of the target parent object by it's unique ID.