GE Lua Documentation

Press F to search!

LinkIdPtr

Definition


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

  function M.LinkIdPtr()
    return fge.LinkId(0)
  end

Callers

@/lua/ge/extensions/editor/flowgraph/main.lua
  self.contextPinId  = ui_flowgraph_editor.PinIdPtr()
  self.contextLinkId = ui_flowgraph_editor.LinkIdPtr()
@/lua/ge/extensions/flowgraph/manager.lua

    local linkId = ui_flowgraph_editor.LinkIdPtr()
    while ui_flowgraph_editor.QueryDeletedLink(linkId, nil, nil) do