VE Lua Documentation

Press F to search!

setVehiclePath

Definition


-- @/lua/vehicle/powertrain.lua:994

local function setVehiclePath(path)
  vehiclePath = path
end

Callers

@/lua/vehicle/main.lua
  powertrain = require("powertrain")
  powertrain.setVehiclePath(path)
  energyStorage = require("energyStorage")