GE Lua Documentation

Press F to search!

onFlowgraphSceneObjectAdd

Definition


-- @/lua/ge/extensions/core/flowgraphManager.lua:396

M.onFlowgraphSceneObjectAdd = function(id, name, fgPath)
  dump(string.format("Added FGSO: %s, ID: %d, fgPath: %s ", name or '', id or 0, fgPath or ''))
end

Callers