MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetColumnSettings

Method GetColumnSettings

KBotExt/imgui/imgui_internal.h:2764–2764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2762
2763 ImGuiTableSettings() { memset(this, 0, sizeof(*this)); }
2764 ImGuiTableColumnSettings* GetColumnSettings() { return (ImGuiTableColumnSettings*)(this + 1); }
2765};
2766
2767//-----------------------------------------------------------------------------

Callers 6

TableSettingsInitFunction · 0.80
TableSaveSettingsMethod · 0.80
TableLoadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected