Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
public
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
info
Method · 0.80
Calls
1
CM_LoadMap
Method · 0.95
Tested by
no test coverage detected