GE Lua Documentation

Press F to search!

getTypeIcon

Definition


-- @/lua/common/extensions/ui/flowgraph/editor.lua:182

local function getTypeIcon(dataType)
  return typeIcons[dataType] or M.detaultIconType
end

Callers

@/lua/ge/extensions/flowgraph/manager.lua
  end
  local iconType = ui_flowgraph_editor.getTypeIcon(dataType)
  if innercolor == nil then