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

Player::taskSlideToCoordHdgRate

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

Syntax

<syntaxhighlight lang="javascript">player.taskSlideToCoordHdgRate(x, y, z, heading, p5, p6);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • heading: float
  • p5: float
  • p6: float

Return value

  • Undefined

Example

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

See also