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

Method AddColumn

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1178–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176}
1177
1178void Table::AddColumn(char const* name, std::optional<GuiTableColumnFlags> flags, std::optional<float> width)
1179{
1180 ColumnDefs.push_back(ColumnDefinition{
1181 name, flags ? *flags : GuiTableColumnFlags(0), width ? *width : 0.0f
1182 });
1183}
1184
1185lua::ImguiHandle Table::AddRow()
1186{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected