getTypes
Definition
-- @/lua/common/extensions/ui/flowgraph/editor.lua:164
local function getTypes()
return types
end
Callers
@/lua/ge/extensions/editor/flowgraph/properties.lua
if im.BeginCombo("##pinType" .. pin.id, pin.type) then
for typename, type in pairs(ui_flowgraph_editor.getTypes()) do
if item.allowedManualPinTypes == nil or item.allowedManualPinTypes[typename] then
if im.BeginCombo("##pinType" .. pin.id, pin.type) then
for typename, type in pairs(ui_flowgraph_editor.getTypes()) do
if item.allowedManualPinTypes == nil or item.allowedManualPinTypes[typename] then
@/lua/common/extensions/ui/flowgraph/editor.lua
if im.BeginCombo("##type" .. variable.index .. name, variable.type) then
for _, type in ipairs(source:getTypes()) do
source.mgr:DrawTypeIcon(type.name, true, 1)
@/lua/ge/extensions/flowgraph/variableStorage.lua
self.customVariableOrder = {}
local mgrTypes = ui_flowgraph_editor.getTypes()
for _, t in ipairs(types) do
function C:getTypes()
return self.types