MCPcopy Create free account
hub / github.com/demoth/jake2 / DPrintf

Method DPrintf

qcommon/src/main/java/jake2/qcommon/Com.java:274–279  ·  view source on GitHub ↗
(String fmt)

Source from the content-addressed store, hash-verified

272 }
273
274 public static void DPrintf(String fmt)
275 {
276 _debugContext = debugContext;
277 DPrintf(fmt, null);
278 _debugContext = "";
279 }
280
281 public static void dprintln(String fmt)
282 {

Callers 15

mainMethod · 0.95
CL_ReadPacketsMethod · 0.95
FrameMethod · 0.95
initMethod · 0.95
pauseMethod · 0.95
resumeMethod · 0.95
runMethod · 0.95
PlayMethod · 0.95
StopMethod · 0.95
EjectMethod · 0.95
CloseDoorMethod · 0.95
GetAudioDiskInfoMethod · 0.95

Calls 1

PrintfMethod · 0.95

Tested by 1

mainMethod · 0.76