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

Player::getSequenceProgress

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

returned values:
0 to 7 = task that's currently in progress, 0 meaning the first one.
-1 no task sequence in progress.

Syntax

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

Required Arguments

Return value

  • int

Example

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

See also