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

Method AddTextLink

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565
566
567lua::ImguiHandle TreeParent::AddTextLink(char const* label)
568{
569 auto txt = AddChild<TextLink>();
570 txt->Label = label;
571 return txt;
572}
573
574
575lua::ImguiHandle TreeParent::AddBulletText(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected