Graphics::setTrackedPointInfo
Syntax
```js mp.game.graphics.setTrackedPointInfo(point, x, y, z, radius); ```
Required Arguments
- point: Object handle or object
- x: float
- y: float
- z: float
- radius: float
Return value
Example
```js // todo ```
See also