-- @/lua/common/extensions/ui/flowgraph/editor_api_luaintf.lua:13
function M.NodeIdPtr()
return fge.NodeId(0)
end
local nodeId = ui_flowgraph_editor.NodeIdPtr()
while ui_flowgraph_editor.QueryDeletedNode(nodeId) do
self.fgMgr = extensions['core_flowgraphManager']
self.contextNodeId = ui_flowgraph_editor.NodeIdPtr()
self.contextPinId = ui_flowgraph_editor.PinIdPtr()