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

Method AddCombo

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:648–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646
647
648lua::ImguiHandle TreeParent::AddCombo(char const* label)
649{
650 auto e = AddChild<Combo>();
651 e->Label = label;
652 return e;
653}
654
655
656lua::ImguiHandle TreeParent::AddDrag(char const* label, std::optional<float> value, std::optional<float> min, std::optional<float> max)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected