MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / OpenFileRead

Method OpenFileRead

neo/framework/FileSystem.cpp:3196–3198  ·  view source on GitHub ↗

=========== idFileSystemLocal::OpenFileRead =========== */

Source from the content-addressed store, hash-verified

3194===========
3195*/
3196idFile *idFileSystemLocal::OpenFileRead( const char *relativePath, bool allowCopyFiles, const char* gamedir ) {
3197 return OpenFileReadFlags( relativePath, FSFLAG_SEARCH_DIRS | FSFLAG_SEARCH_PAKS, NULL, allowCopyFiles, gamedir );
3198}
3199
3200/*
3201===========

Callers 15

PrecacheMethod · 0.80
HandleCommandOKMethod · 0.80
SegmentMethod · 0.80
StartPlayingCmdDemoMethod · 0.80
LoadGameMethod · 0.80
QuickSaveMethod · 0.80
QuickLoadMethod · 0.80
OpenForReadingMethod · 0.80
ReplaceSourceFileTextMethod · 0.80
LoadHistoryMethod · 0.80
TouchFile_fMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected