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

Player::taskRappelFromHeli

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

Only appears twice in the scripts.

Player::TASK_RAPPEL_FROM_HELI(PLAYER::PLAYER_Player_ID(), 0x41200000);
Player::TASK_RAPPEL_FROM_HELI(a_0, 0x41200000);

Fixed, definitely not a float and since it's such a big number obviously not a bool. All though note when I thought it was a bool and set it to 1 it seemed to work that same as int 0x41200000.

Syntax

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

Required Arguments

  • p1: int

Return value

  • Undefined

Example

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

See also