GE Lua Documentation

Press F to search!

QueryNewNode2

Definition


-- @/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

Callers

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