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

Method AddNewLine

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:606–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604
605
606lua::ImguiHandle TreeParent::AddNewLine()
607{
608 return AddChild<NewLine>();
609}
610
611
612lua::ImguiHandle TreeParent::AddSeparator()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected