MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / LogTextV

Method LogTextV

TheForceEngine/TFE_Ui/imGUI/imgui.cpp:13578–13585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13576}
13577
13578void ImGui::LogTextV(const char* fmt, va_list args)
13579{
13580 ImGuiContext& g = *GImGui;
13581 if (!g.LogEnabled)
13582 return;
13583
13584 LogTextV(g, fmt, args);
13585}
13586
13587// Internal version that takes a position to decide on newline placement and pad items according to their depth.
13588// 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