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 / VehicleWindowTint
Enumeration representing different types of vehicle window tints.
None (0) : No TintPureBlack (1) : Completely black tintDarkSmoke (2) : Dark smoke tintLightSmoke (3) : Light smoke tintStock (4) : Factory-provided tintLimo (5) : Limo-style dark tintGreen (6) : Green tintDarkSmoke:
2
shared/enums/VehicleWindowTint.ts:17
Green:
6
shared/enums/VehicleWindowTint.ts:21
LightSmoke:
3
shared/enums/VehicleWindowTint.ts:18
Limo:
5
shared/enums/VehicleWindowTint.ts:20
None:
0
shared/enums/VehicleWindowTint.ts:15
PureBlack:
1
shared/enums/VehicleWindowTint.ts:16
Stock:
4