-- @/lua/common/extensions/ui/flowgraph/editor_api_luaintf.lua:176
M.QueryNewLink2 = function(startId, endId, color, thickness)
if thickness == nil then thickness = 1.0 end
return fge.QueryNewLink2(startId, endId, color, thickness)
end
if thickness == nil then thickness = 1.0 end
return fge.QueryNewLink2(startId, endId, color, thickness)
end