Skip to main content

Entity::isTouching

Syntax

```js entity.isTouching(targetEntity); ```

Required Arguments

  • targetEntity: Entity handle or object

Return value

  • Boolean

Example

```js // todo ```

See also