16class Menu :
public GuiWindow {
18 using GuiWindow::GuiWindow;
20 Menu(
const std::string& cVar,
const std::string& name, uint8_t searchSidebarIndex_ = 0,
33 void AddMenuEntry(std::string entryName,
const char* entryCvar);
54 .columnWidgets = { { { .name =
"Sidebar Search",
57 "Searches all menus for the given text, including tooltips.")) } } }
61 if (CVarGetInteger(
"gEnableDebugMode", 0) ==
true) {