Player::hasPlayerLeftTheWorld

From RAGE Multiplayer Wiki
Revision as of 21:31, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

mp.game.player.hasPlayerLeftTheWorld();

Required Arguments

Return value

  • Boolean

Example

// todo

See also