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

Method appendf

KBotExt/imgui/imgui.cpp:2625–2631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2623}
2624
2625void ImGuiTextBuffer::appendf(const char* fmt, ...)
2626{
2627 va_list args;
2628 va_start(args, fmt);
2629 appendfv(fmt, args);
2630 va_end(args);
2631}
2632
2633// Helper: Text buffer for logging/accumulating text
2634void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 3

DebugLogVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected