GTA V NativesvehicleVehicle::isAnyNearPointOn this pageVehicle::isAnyNearPointSyntax ```js vehicle.isAnyNearPoint(x, y, z, radius); ``` Required Arguments x: float y: float z: float radius: float Return value boolean Example ```js //todo ``` See also