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

Player::getSprintTimeRemaining

Материал из RAGE MP Wiki Archive
Версия от 15:42, 14 декабря 2018; imported>Tim (Added a note explaining how the function works.)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the sprint time remaining. It steadily decreases during sprinting and refreshes when you're not sprinting.

Syntax

<syntaxhighlight lang="javascript">player.getSprintTimeRemaining();</syntaxhighlight>

Required Arguments

Return value

  • float

Example

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

See also