Skip to main content

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​

  • unknown (to be checked)

Example​

```js // todo ```

See also​