Player::taskUseMobilePhone

From RAGE Multiplayer Wiki
Revision as of 18:05, 5 November 2020 by Ufteers (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Actually has 3 params, not 2.

p0: Ped
p1: int (or bool?)
p2: int

Syntax

player.taskUseMobilePhone(duration, p2);

Required Arguments

  • duration: int
  • p2: unknown (to be checked)

Return value

  • Undefined

Example

// todo

See also