VE Lua Documentation

Press F to search!

getAccelDt

Definition


-- @/lua/vehicle/thrusters.lua:132

local function getAccelDt(nodeId)
  local ct = clusterThrust[nodeId]
  return ct and ct[2] or 0
end

Callers