VE Lua Documentation

Press F to search!

getNodeForceNonInertial

Definition


-- @/=[C]:-1
function getNodeForceNonInertial(...)

Callers

@/lua/vehicle/powertrain/combustionEngineThermals.lua
  if hasOilStarvingDamage and oilpanNodeBottom > -1 and oilpanNodeTop > -1 then
    local oilpanForceZ, oilpanForceXY = obj:getNodeForceNonInertial(oilpanNodeBottom, oilpanNodeTop)
    local invNodeWeight = 1 / v.data.nodes[oilpanNodeBottom].nodeWeight