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

Method LogTextV

KBotExt/imgui/imgui.cpp:12650–12657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12648}
12649
12650void ImGui::LogTextV(const char* fmt, va_list args)
12651{
12652 ImGuiContext& g = *GImGui;
12653 if (!g.LogEnabled)
12654 return;
12655
12656 LogTextV(g, fmt, args);
12657}
12658
12659// Internal version that takes a position to decide on newline placement and pad items according to their depth.
12660// We split text into individual lines to add current tree level padding

Callers

nothing calls this directly

Calls 1

LogTextVFunction · 0.85

Tested by

no test coverage detected