GE Lua Documentation

Press F to search!

NodeIdPtr

Definition


-- @/lua/common/extensions/ui/flowgraph/editor_api_luaintf.lua:13

  function M.NodeIdPtr()
    return fge.NodeId(0)
  end

Callers

@/lua/ge/extensions/editor/flowgraph/main.lua
  self.fgMgr = extensions['core_flowgraphManager']
  self.contextNodeId = ui_flowgraph_editor.NodeIdPtr()
  self.contextPinId  = ui_flowgraph_editor.PinIdPtr()
@/lua/ge/extensions/flowgraph/manager.lua

    local nodeId = ui_flowgraph_editor.NodeIdPtr()
    while ui_flowgraph_editor.QueryDeletedNode(nodeId) do