Player::taskFollowNavMeshToCoord
If no timeout, set timeout to -1.
Syntax
```js player.taskFollowNavMeshToCoord(x, y, z, speed, timeout, stoppingRange, persistFollowing, unk); ```
Required Arguments
- x: float
- y: float
- z: float
- speed: float
- timeout: int
- stoppingRange: float
- persistFollowing: Boolean
- unk: float
Return value
- Undefined
Example
```js // todo ```