Player::intToParticipantindex

From RAGE Multiplayer Wiki
Revision as of 20:50, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).
--------------------------------------------------------
if (NETWORK::NETWORK_IS_PARTICIPANT_ACTIVE(PLAYER::INT_TO_PARTICIPANTINDEX(i)))

Syntax

player.intToParticipantindex(value);

Required Arguments

  • value: int

Return value

  • int

Example

todo

See also