GE Lua Documentation

Press F to search!

togglePerformanceGraph

Definition


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

Callers

@/lua/ge/extensions/core/metrics.lua
      if im.Button("Open Performance Graph ") then
        togglePerformanceGraph()
      end
@/ui/modules/options/options.js
  $scope.openPerformanceGraph = function() {
    bngApi.engineLua("togglePerformanceGraph()")
  }
@/ui/ui-vue/mockdata/inputBindings.js
                "title": "ui.inputActions.debug.toggle_performance_graph.title",
                "onDown": "togglePerformanceGraph()",
                "order": 2,