MCPcopy 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

ParseDownloadMethod · 0.95
ParseServerDataMethod · 0.95
SV_ExecuteUserCommandMethod · 0.95
CMod_LoadEntityStringMethod · 0.95

Calls 1

DPrintfMethod · 0.95

Tested by

no test coverage detected