MCPcopy Create free account
hub / github.com/Norbyte/bg3se / AddMainMenu

Method AddMainMenu

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:950–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950lua::ImguiHandle Window::AddMainMenu()
951{
952 if (!MainMenu) {
953 MainMenu = AddChild<MenuBar>();
954 Flags |= GuiWindowFlags::MenuBar;
955 }
956
957 return MainMenu;
958}
959
960bool MenuBar::BeginRender(DrawingContext& context)
961{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected