GE Lua Documentation

Press F to search!

ShowMetricsWindow

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.ShowMetricsWindow(bool_p_open)
  -- bool_p_open is optional and can be nil
  -- bool_p_open is optional and can be nil
  imgui.ShowMetricsWindow(bool_p_open)
end