Перейти к содержанию

Player::taskFollowNavMeshToCoord

Материал из RAGE MP Wiki Archive

If no timeout, set timeout to -1.

Syntax

<syntaxhighlight lang="javascript">player.taskFollowNavMeshToCoord(x, y, z, speed, timeout, stoppingRange, persistFollowing, unk);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • speed: float
  • timeout: int
  • stoppingRange: float
  • persistFollowing: Boolean
  • unk: float

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also