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

Method Shutdown

qcommon/src/main/java/jake2/qcommon/network/NET.java:259–262  ·  view source on GitHub ↗

Shutdown - closes the sockets

()

Source from the content-addressed store, hash-verified

257 * Shutdown - closes the sockets
258 */
259 public static void Shutdown() {
260 // close sockets
261 Config(false);
262 }
263
264 /** Sleeps msec or until net socket is ready. */
265 public static void Sleep(int msec) {

Callers

nothing calls this directly

Calls 1

ConfigMethod · 0.95

Tested by

no test coverage detected