SetMarkerCoords
Set the coords of the marker by the id
Argument | Data type | Needed | Default | Description |
---|---|---|---|---|
id | string/number | - | The id to update the marker | |
coords | vector3 | - | The marker coords |
Dont need to be called every frame
Example
SetMarkerCoords("marker", vector3(0.0, 0.0, 0.0))