Tile - YMap - Get Object Map Marker – Ylands

From Bohemia Interactive Community
Revision as of 12:16, 12 November 2021 by YlandsClassyBot (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.