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

Cam::setGameplayCamRelativeHeading

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

Sets the camera position relative to heading in float from -360 to +360.

Heading is alwyas 0 in aiming camera.

Syntax

<syntaxhighlight lang="javascript">mp.game.cam.setGameplayCamRelativeHeading(heading);</syntaxhighlight>

Required Arguments

  • heading: float

Return value

  • Undefined

Example

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

See also

Шаблон:Cam s function c