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

Method LoadBspFile

maptools/src/main/java/jake2/maptools/Common.java:6–11  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

4
5public class Common {
6 static CM LoadBspFile(String path) {
7 CM cm = new CM();
8 final int[] checksum = new int[1];
9 cm.CM_LoadMap(path, false, checksum);
10 return cm;
11 }
12}

Callers 1

infoMethod · 0.80

Calls 1

CM_LoadMapMethod · 0.95

Tested by

no test coverage detected