GTA V NativesentityEntity::isTouchingOn this pageEntity::isTouchingSyntax ```js entity.isTouching(targetEntity); ``` Required Arguments targetEntity: Entity handle or object Return value Boolean Example ```js // todo ``` See also