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

Camera::getSplinePhase

Материал из RAGE MP Wiki Archive
Версия от 22:50, 15 июня 2018; imported>MrPancakers
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Can use this with SET_Camera_SPLINE_PHASE to set the float it this native returns.

(returns 1.0f when no nodes has been added, reached end of non existing spline)

Syntax

<syntaxhighlight lang="javascript">camera.getSplinePhase();</syntaxhighlight>

Required Arguments

Return value

  • float

Example

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

See also