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

Player::setParachuteTintIndex

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

Tints:
None = -1,
Rainbow = 0,
Red = 1,
SeasideStripes = 2,
WidowMaker = 3,
Patriot = 4,
Blue = 5,
Black = 6,
Hornet = 7,
AirFocce = 8,
Desert = 9,
Shadow = 10,
HighAltitude = 11,
Airbone = 12,
Sunrise = 13,

Syntax

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

Required Arguments

  • tintIndex: int

Return value

  • Undefined

Example

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

See also