GTA V NativescamCam::isSphereVisibleOn this pageCam::isSphereVisibleSyntax ```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