GE Lua Documentation

Press F to search!

QueryNewNode1

Definition


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

Callers

@/lua/ge/extensions/flowgraph/manager.lua
  local originPin = nil
  if ui_flowgraph_editor.QueryNewNode1(pinId) then
    originPin = self.graph:findPin(ui_flowgraph_editor.PtrToId(pinId))
    local pinId = ui_flowgraph_editor.PinIdPtr()
    if ui_flowgraph_editor.QueryNewNode1(pinId) then
      self.newLinkPin = self.graph:findPin(ui_flowgraph_editor.PtrToId(pinId))