VE Lua Documentation

Press F to search!

shiftDownOnUp

Definition


-- @/lua/vehicle/controller/vehicleController/vehicleController.lua:623

local function shiftDownOnUp()
  if controlLogicModule.shiftDownOnUp then
    controlLogicModule.shiftDownOnUp()
  end
end

Callers

@/lua/vehicle/controller/vehicleController/shiftLogic/manualGearbox.lua

local function shiftDownOnUp()
  --print("shift down - onUp")
@/lua/vehicle/extensions/tech/CANBus/ProjectBavariaShifter.lua
          controller.mainController.shiftDownOnDown()
          controller.mainController.shiftDownOnUp()
        end
@/lua/vehicle/controller/vehicleController/vehicleController.lua
  if controlLogicModule.shiftDownOnUp then
    controlLogicModule.shiftDownOnUp()
  end