Skip to main content

Cam::isSphereVisible

Syntax

```js mp.game.cam.isSphereVisible(x, y, z, radius); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float

Return value

  • Boolean

Example

```js // todo ```

See also