Player::hasPlayerLeftTheWorld
Gets the player's info and calls a function that checks the player's ped position.
Here's the decompiled function that checks the position: pastebin.com/ZdHG2E7n
Syntax
```js mp.game.player.hasPlayerLeftTheWorld(); ```
Required Arguments
Return value
- Boolean
Example
```js // todo ```