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

Method appendf

TheForceEngine/TFE_Ui/imGUI/imgui.cpp:2804–2810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2802}
2803
2804void ImGuiTextBuffer::appendf(const char* fmt, ...)
2805{
2806 va_list args;
2807 va_start(args, fmt);
2808 appendfv(fmt, args);
2809 va_end(args);
2810}
2811
2812// Helper: Text buffer for logging/accumulating text
2813void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 4

DebugLogVMethod · 0.80
ShowExampleAppLongTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected