MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / WriteWithVArgs

Method WriteWithVArgs

src/Utilities/Debug.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void __fastcall Console::WriteWithVArgs(const char* pFormat, va_list args)
198{
199 vsprintf_s(Debug::StringBuffer, pFormat, args);
200 Write(Debug::StringBuffer, strlen(Debug::StringBuffer));
201}
202
203void Console::WriteFormat(const char* pFormat, ...)
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected