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

Method Shutdown

client/src/main/java/jake2/client/CDAudio.java:381–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379 }
380
381 public static void Shutdown() {
382 if (initialized == false)
383 return;
384 Stop();
385 cdfile = -1;
386 Com.Printf("CD Audio (MP3s) Shutdown\n");
387 }
388}

Callers 1

ShutdownMethod · 0.95

Calls 2

StopMethod · 0.95
PrintfMethod · 0.95

Tested by

no test coverage detected