MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ConsolePrintLn

Function ConsolePrintLn

PresentMon/Console.cpp:172–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void ConsolePrintLn(wchar_t const* format, ...)
173{
174 va_list val;
175 va_start(val, format);
176 VConsolePrint(format, val, true);
177}
178
179bool BeginConsoleUpdate()
180{

Callers 2

OutputFunction · 0.70
UpdateConsoleFunction · 0.70

Calls 1

VConsolePrintFunction · 0.85

Tested by

no test coverage detected