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

Player::taskFollowNavMeshToCoordAdvanced

Материал из RAGE MP Wiki Archive
Версия от 23:39, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

<syntaxhighlight lang="javascript">player.taskFollowNavMeshToCoordAdvanced(x, y, z, speed, timeout, unkFloat, unkInt, unkX, unkY, unkZ, unk_40000f);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • speed: float
  • timeout: int
  • unkFloat: float
  • unkInt: int
  • unkX: float
  • unkY: float
  • unkZ: float
  • unk_40000f: float

Return value

  • Undefined

Example

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

See also