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

Vehicle::rollDownWindow

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

Windows :

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


Syntax

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

Required Arguments

  • windowIndex: int (Windows)

Example

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

See also