GTA V NativesplayerPlayer::isFacingPedOn this pagePlayer::isFacingPedangle 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