Player::intToPlayerindex

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

Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).

Syntax

mp.game.player.intToPlayerindex(value);

Required Arguments

  • value: int

Return value

  • Player

Example

// todo

See also