Skip to main content

Player::isFacingPed

angle is ped's view cone

Syntax​

```js player.isFacingPed(otherPed, angle); ```

Required Arguments​

  • otherPed: Ped handle or object
  • angle: float

Return value​

  • Boolean

Example​

```js // todo ```

See also​