GE Lua Documentation

Press F to search!

GetNodeSize

Definition


-- @/=[C]:-1
function GetNodeSize(...)

Callers

@/lua/ge/extensions/flowgraph/basenode.lua
    end
    local nSize = ui_flowgraph_editor.GetNodeSize(self.id)
    im.Text(string.format("Size: %d / %d", nSize.x, nSize.y))
@/lua/ge/extensions/flowgraph/groupHelper.lua
  for _, node in ipairs(nodes) do
    local nodeSize = ui_flowgraph_editor.GetNodeSize(node.id)
    local nodePos = ui_flowgraph_editor.GetNodePosition(node.id)
  for _, node in ipairs(nodes) do
    local nodeSize = ui_flowgraph_editor.GetNodeSize(node.id)
    if nodeSize.x == 0 and nodeSize.y == 0 then
    end
    local nodeSize = ui_flowgraph_editor.GetNodeSize(nodeId)