VE Lua Documentation

Press F to search!

shiftUpOnUp

Definition


-- @/lua/vehicle/controller/vehicleController/vehicleController.lua:609
local function shiftUpOnUp()
  if controlLogicModule.shiftUpOnUp then
    controlLogicModule.shiftUpOnUp()
  end
end

Callers

@/lua/vehicle/extensions/tech/CANBus/ProjectBavariaShifter.lua
          controller.mainController.shiftUpOnDown()
          controller.mainController.shiftUpOnUp()
        end
@/lua/vehicle/controller/vehicleController/shiftLogic/manualGearbox.lua

local function shiftUpOnUp()
  --print("shift up - onUp")
@/lua/vehicle/controller/vehicleController/vehicleController.lua
  if controlLogicModule.shiftUpOnUp then
    controlLogicModule.shiftUpOnUp()
  end