Player::taskUseMobilePhone
Actually has 3 params, not 2.
p0: Ped p1: int (or bool?) p2: int
Syntax
```js player.taskUseMobilePhone(duration, p2); ```
Required Arguments
- duration: int
- p2: unknown (to be checked)
Return value
Example
```js // todo ```
See also