MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Platform_Log3

Function Platform_Log3

src/_PlatformBase.h:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 Platform_Log4(format, a1, a2, NULL, NULL);
144}
145void Platform_Log3(const char* format, const void* a1, const void* a2, const void* a3) {
146 Platform_Log4(format, a1, a2, a3, NULL);
147}
148
149void Platform_Log4(const char* format, const void* a1, const void* a2, const void* a3, const void* a4) {
150 cc_string msg; char msgBuffer[512];

Callers 7

TryGetKeyFunction · 0.85
DumpEGLConfigFunction · 0.85
CPE_SetTextHotkeyFunction · 0.85
HandleCrashFunction · 0.85
Platform_InitFunction · 0.85
Platform_InitFunction · 0.85
AllocTextureAtFunction · 0.85

Calls 1

Platform_Log4Function · 0.85

Tested by

no test coverage detected