Native referenceFiveM

CONTROL_LANDING_GEAR

0xCFC8BE9A5E1FE575 VEHICLE
FUNCTION SIGNATURE
void CONTROL_LANDING_GEAR(Vehicle vehicle, int state);
Property Value
Native Name CONTROL_LANDING_GEAR
Hash 0xCFC8BE9A5E1FE575
Return Type void
Parameters vehicle (Vehicle), state (int)

Description: ``` Works for vehicles with a retractable landing gear
landing gear states:
0: Deployed
1: Closing
2: Opening
3: Retracted

Back to VEHICLE