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

Method AddBulletText

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574
575lua::ImguiHandle TreeParent::AddBulletText(char const* label)
576{
577 auto txt = AddChild<BulletText>();
578 txt->Label = label;
579 return txt;
580}
581
582
583lua::ImguiHandle TreeParent::AddSeparatorText(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected