Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dPrintf
Function
dPrintf
engine/source/platformEmscripten/EmscriptenStrings.cpp:306–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void dPrintf(const char *format, ...)
307
{
308
va_list args;
309
va_start(args, format);
310
vprintf(format, args);
311
va_end(args);
312
}
313
314
int dVprintf(const char *format, va_list arglist)
315
{
Callers
1
keyEvent
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected