MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / LogTextV

Method LogTextV

Dependencies/ImGui/src/imgui.cpp:15070–15077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15068}
15069
15070void ImGui::LogTextV(const char* fmt, va_list args)
15071{
15072 ImGuiContext& g = *GImGui;
15073 if (!g.LogEnabled)
15074 return;
15075
15076 LogTextV(g, fmt, args);
15077}
15078
15079// Internal version that takes a position to decide on newline placement and pad items according to their depth.
15080// 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