a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / VehicleWindowIndex
Enum representing the index of different windows in a vehicle.
FrontLeftWindow
: Index 0, representing the front left window of the vehicle.FrontRightWindow
: Index 1, representing the front right window of the vehicle.BackLeftWindow
: Index 2, representing the back left window of the vehicle.BackRightWindow
: Index 3, representing the back right window of the vehicle.ExtraWindow1
: Index 4, representing an extra window, usually custom, additional or Middle Left Window.ExtraWindow2
: Index 5, representing an extra window, usually custom, additional or Middle Rear Window.ExtraWindow3
: Index 6, representing an extra window, usually custom, additional or WindScreen.ExtraWindow4
: Index 7, representing an extra window, usually custom, additional or Rear WindScreen.@enum{number}
BackLeftWindow:
2
shared/enums/VehicleWindowIndex.ts:18
BackRightWindow:
3
shared/enums/VehicleWindowIndex.ts:19
ExtraWindow1:
4
shared/enums/VehicleWindowIndex.ts:20
ExtraWindow2:
5
shared/enums/VehicleWindowIndex.ts:21
ExtraWindow3:
6
shared/enums/VehicleWindowIndex.ts:22
ExtraWindow4:
7
shared/enums/VehicleWindowIndex.ts:23
FrontLeftWindow:
0
shared/enums/VehicleWindowIndex.ts:16
FrontRightWindow:
1