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

Method WriteFormat

src/Utilities/Debug.cpp:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void Console::WriteFormat(const char* pFormat, ...)
204{
205 va_list args;
206 va_start(args, pFormat);
207 WriteWithVArgs(pFormat, args);
208 va_end(args);
209}
210
211void Console::PatchLog(DWORD dwAddr, void* fakeFunc, DWORD* pdwRealFunc)
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected