Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ Println
Method
Println
qcommon/src/main/java/jake2/qcommon/Com.java:322–325 ·
view source on GitHub ↗
(String fmt)
Source
from the content-addressed store, hash-verified
320
}
321
322
public
static
void
Println(String fmt)
323
{
324
Printf(_debugContext + fmt +
"\n"
);
325
}
326
327
@Deprecated
328
public
static
String sprintf(String fmt, Vargs vargs) {
Callers
10
CL_ConnectionlessPacket
Method · 0.95
RunCinematic
Method · 0.95
PlayCinematic
Method · 0.95
FindNextChunk
Method · 0.95
getModeList
Method · 0.95
getLWJGLModeList
Method · 0.95
SendPacket
Method · 0.95
Socket
Method · 0.95
fromString
Method · 0.95
printv
Method · 0.95
Calls
1
Printf
Method · 0.95
Tested by
no test coverage detected