Skip to content

SetIdOf

Change the id of a marker/iObject by the id

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

Marker, marker, m
or
Object, object, o
Id string/number - The old id
New id string/number - The new id

Dont need to be called every frame


Example
SetIdOf("marker", "myid", "newid")