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

Method AddMenu

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499
500lua::ImguiHandle TreeParent::AddMenu(char const* label)
501{
502 auto menu = AddChild<Menu>();
503 menu->Label = label;
504 return menu;
505}
506
507
508lua::ImguiHandle TreeParent::AddSelectable(char const* label, std::optional<GuiSelectableFlags> flags, std::optional<glm::vec2> size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected