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 / VehicleLandingGearState
Enumeration representing the different states of a vehicle’s landing gear.
Deployed
(0): The landing gear is fully deployed.Closing
(1): The landing gear is in the process of retracting.Never
(2): The landing gear is in a state that should never occur.Opening
(3): The landing gear is in the process of deploying.Retracted
(4): The landing gear is fully retracted.Broken
(5): The landing gear is broken and likely unusable.@enum{number}
Broken:
5
shared/enums/VehicleLandingGearState.ts:19
Closing:
1
shared/enums/VehicleLandingGearState.ts:15
Deployed:
0
shared/enums/VehicleLandingGearState.ts:14
Never:
2
shared/enums/VehicleLandingGearState.ts:16
Opening:
3
shared/enums/VehicleLandingGearState.ts:17
Retracted:
4