GTA V NativesvehicleVehicle::getLandingGearStateOn this pageVehicle::getLandingGearStatelanding gear states: 0: Deployed 1: Closing 2: Opening 3: Retracted Syntax ```js vehicle.getLandingGearState(); ``` Required Arguments Return value int Example ```js // todo ``` See also