Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ dprintln
Method
dprintln
qcommon/src/main/java/jake2/qcommon/Com.java:281–284 ·
view source on GitHub ↗
(String fmt)
Source
from the content-addressed store, hash-verified
279
}
280
281
public
static
void
dprintln(String fmt)
282
{
283
DPrintf(_debugContext + fmt +
"\n"
, null);
284
}
285
286
public
static
void
Printf(String fmt)
287
{
Callers
4
ParseDownload
Method · 0.95
ParseServerData
Method · 0.95
SV_ExecuteUserCommand
Method · 0.95
CMod_LoadEntityString
Method · 0.95
Calls
1
DPrintf
Method · 0.95
Tested by
no test coverage detected