-- @/lua/common/extensions/ui/flowgraph/editor_api_luaintf.lua:181
M.QueryNewNode2 = function(pinId, color, thickness)
if thickness == nil then thickness = 1.0 end
return fge.QueryNewNode2(pinId, color, thickness)
end
if thickness == nil then thickness = 1.0 end
return fge.QueryNewNode2(pinId, color, thickness)
end