MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / appendf

Method appendf

3rdparty/imgui/src/imgui.cpp:3172–3178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3170}
3171
3172void ImGuiTextBuffer::appendf(const char* fmt, ...)
3173{
3174 va_list args;
3175 va_start(args, fmt);
3176 appendfv(fmt, args);
3177 va_end(args);
3178}
3179
3180// Helper: Text buffer for logging/accumulating text
3181void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 5

DebugLogVMethod · 0.80
ShowExampleAppLongTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected