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

Method AddSeparator

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610
611
612lua::ImguiHandle TreeParent::AddSeparator()
613{
614 return AddChild<Separator>();
615}
616
617
618lua::ImguiHandle TreeParent::AddCheckbox(char const* label, std::optional<bool> checked)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected