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

Method AddSeparatorText

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:583–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582
583lua::ImguiHandle TreeParent::AddSeparatorText(char const* label)
584{
585 auto txt = AddChild<SeparatorText>();
586 txt->Label = label;
587 return txt;
588}
589
590
591lua::ImguiHandle TreeParent::AddSpacing()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected