GTA V NativesfireFire::isExplosionInSphereOn this pageFire::isExplosionInSphereSyntax ```js mp.game.fire.isExplosionInSphere(explosionType, x, y, z, radius); ``` Required Arguments explosionType: int x: float y: float z: float radius: float Return value Boolean Example ```js // todo ``` See also