GE Lua Documentation

Press F to search!

Definition


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

Callers

@/lua/common/extensions/ui/flowgraph/editor_api_luaintf.lua
    if duration == nil then duration = -1.0 end
    fge.NavigateToContent(duration)
  end
@/lua/ge/extensions/editor/missionPlaybook/missionTreeViewer.lua
      ui_flowgraph_editor.Begin('asdfsdd', im.ImVec2(0, 0), false)
      --ui_flowgraph_editor.NavigateToContent(0.01)
      for _, node in ipairs(M.nodes) do
@/lua/ge/extensions/editor/flowgraph/main.lua
      --print(graph.name .. " Nothing to restore, navigating to contend")
      ui_flowgraph_editor.NavigateToContent(0.01)
    end
    if graph.focusContent then
      ui_flowgraph_editor.NavigateToContent(0.30)
    end
@/lua/ge/extensions/editor/flowgraph/nodePreview.lua
    --ui_flowgraph_editor.CenterNodeOnScreen(self.hoverInstance.id)
    ui_flowgraph_editor.NavigateToContent(0.01)
    ui_flowgraph_editor.End()