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

Vehicle::rollUpWindow

Материал из RAGE MP Wiki Archive
Версия от 07:26, 30 сентября 2017; imported>MrPancakers (Switched around left/right)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

0 = Front Left Window
1 = Front Right Window
2 = Back Left Window
3 = Back Right Window

Syntax

<syntaxhighlight lang="javascript">vehicle.rollUpWindow(windowIndex);</syntaxhighlight>

Required Arguments

  • windowIndex: int

Return value

  • unknown (to be checked)

Example

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

See also