GE Lua Documentation

Press F to search!

Suspend

Definition


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

Callers

@/lua/ge/extensions/flowgraph/manager.lua
        self._nodeTemplates = nil -- force refresh
        ui_flowgraph_editor.Suspend()
        im.OpenPopup("BackgroundContextMenu")
@/lua/ge/extensions/flowgraph/basenode.lua
  if ui_flowgraph_editor.GetHotObjectId() == self.id then
    ui_flowgraph_editor.Suspend()
    self:drawTooltip()
  end
  ui_flowgraph_editor.Suspend()
  for _, pin in pairs(self.pinList) do
@/lua/ge/extensions/editor/flowgraph/main.lua
  local mousePos = im.GetMousePos()
  ui_flowgraph_editor.Suspend()
@/lua/ge/extensions/flowgraph/link.lua
function C:drawLinkTooltip()
  ui_flowgraph_editor.Suspend()
  -- Push style changes
  if sPin.imPos and tPin.imPos then
    --ui_flowgraph_editor.Suspend()
    local txtSize = im.CalcTextSize(self.label)