GetCoordOf
Get the coord from a id, return a vector3
| Argument | Data Type | Needed | Default | Description |
|---|---|---|---|---|
Type | string | - | The type of the id: Marker, marker, m orObject, object, o | |
Id | string/number | - | The id |
Returns
| Data Type | Description |
|---|---|
| vector3 | The coords of the marker or of the iObject |
Dont need to be called every frame
Example
GetCoordOf("marker", "myid")