Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ openFile
Method
openFile
bwapi/Storm/storm.h:1416–1419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1414
bool operator !() const { return !isValid(); }
1415
1416
CFile openFile( const std::string &sFileName ) const
1417
{
1418
return CFile(sFileName, SFILE_FROM_MPQ, hMpq);
1419
}
1420
};
1421
1422
};
Callers
1
getFileType
Function · 0.80
Calls
1
CFile
Class · 0.85
Tested by
no test coverage detected