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

Method AddTree

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466
467lua::ImguiHandle TreeParent::AddTree(char const* label)
468{
469 auto e = AddChild<Tree>();
470 e->Label = label;
471 return e;
472}
473
474
475lua::ImguiHandle TreeParent::AddTable(char const* label, uint32_t columns)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected