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

Method setCDDir

qcommon/src/main/java/jake2/qcommon/filesystem/FS.java:809–813  ·  view source on GitHub ↗

set baseq2 directory

()

Source from the content-addressed store, hash-verified

807 * set baseq2 directory
808 */
809 public static void setCDDir() {
810 fs_cddir = Cvar.getInstance().Get("cddir", "", CVAR_ARCHIVE);
811 if (fs_cddir.string.length() > 0)
812 AddGameDirectory(fs_cddir.string, false);
813 }
814
815 // RAFAEL
816 /*

Callers 3

InitMethod · 0.95
mainMethod · 0.95
InitFilesystemMethod · 0.95

Calls 3

getInstanceMethod · 0.95
AddGameDirectoryMethod · 0.95
GetMethod · 0.80

Tested by

no test coverage detected