VE Lua Documentation

Press F to search!

shiftToGear

Definition


-- @/lua/vehicle/drivetrain.lua:62

local function shiftToGear(gear)
  controller.mainController.shiftToGearIndex(gear)
end

Callers

@/lua/vehicle/extensions/tech/techCore.lua
  if gear ~= nil then
    drivetrain.shiftToGear(gear)
  end