GE Lua Documentation

Press F to search!

onFlowgraphSceneObjectChanged

Definition


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

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

Callers