VE Lua Documentation

Press F to search!

getNodeForce

Definition


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

Callers

@/lua/vehicle/thrusters.lua
      if thrusting then
        t = min(max(obj:getNodeForce(thruster.id1, thruster.id2), 0) + t, thruster.thrustLimit)
      else