Skip to main content

Vehicle::isAnyNearPoint

Syntax

```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