MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ReadFile

Method ReadFile

PanzerChasm/vfs.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116Vfs::FileContent Vfs::ReadFile( const char* const file_path ) const
117{
118 FileContent result;
119 ReadFile( file_path, result );
120 return result;
121}
122
123void Vfs::ReadFile( const char* const file_path, FileContent& out_file_content ) const
124{

Callers 15

MenuDrawerSoftMethod · 0.80
LoadItemsModelsFunction · 0.80
LoadMonstersModelsFunction · 0.80
LoadEffectsSpritesFunction · 0.80
LoadBMPObjectsSpritesFunction · 0.80
LoadWeaponsModelsFunction · 0.80
LoadRocketsModelsFunction · 0.80
LoadGibsModelsFunction · 0.80
LoadGameResourcesFunction · 0.80
LoadPaletteFunction · 0.80
CreateConsoleBackgroundFunction · 0.80
CreateBriefbarTextureFunction · 0.80

Calls 3

FileReadFunction · 0.85
ExtractFileNameFunction · 0.85
StringEqualsFunction · 0.70

Tested by

no test coverage detected