VE Lua Documentation

Press F to search!

getFlow

Definition


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

Callers

@/ui/modules/apps/IndicatedAirspeed/app.js

        bngApi.activeObjectLua('(obj:getDirectionVector():dot(obj:getVelocity() - obj:getFlow())) * math.sqrt(obj:getDensityAtNode(0) / 1.225)', callback)
        var displaySpeed = Math.max(airspeed * speedScale, 0)