Player::taskTurnToFace
duration: the amount of time in milliseconds to do the task. -1 will keep the task going until either another task is applied, or CLEAR_ALL_TASKS() is called with the ped
Syntax
```js player.taskTurnToFace(entity, duration); ```
Required Arguments
- entity: Entity handle or object
- duration: int
Return value
- Undefined
Example
```js // todo ```