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

Player::taskPlaneChase

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

Syntax

<syntaxhighlight lang="javascript">player.taskPlaneChase(entityToFollow, x, y, z);</syntaxhighlight>

Required Arguments

  • entityToFollow: Entity handle or object
  • x: float
  • y: float
  • z: float

Return value

  • Undefined

Example

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

See also