Skip to content

DoesExist

Check if a marker/object exist

Argument Data Type Needed Default Description
Type string - The type of the id:

Marker, marker, m
or
Object, object, o
Id string/number - The id
Returns
Data Type Description
boolean True if exist, false if not exist

Dont need to be called every frame


Example
DoesExist("marker", "myid")

Last update: April 12, 2022
Created: June 27, 2021