17class Menu :
public GuiWindow {
19 using GuiWindow::GuiWindow;
21 Menu(
const std::string& cVar,
const std::string& name, uint8_t searchSidebarIndex_ = 0,
34 void AddMenuEntry(std::string entryName,
const char* entryCvar);
55 .columnWidgets = { { { .name =
"Sidebar Search",
58 "Searches all menus for the given text, including tooltips.")) } } }
63 if (CVarGetInteger(
"gEnableDebugMode", 0) ==
true) {