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

Method CloseFile

neo/framework/FileSystem.cpp:3379–3384  ·  view source on GitHub ↗

============== idFileSystemLocal::CloseFile ============== */

Source from the content-addressed store, hash-verified

3377==============
3378*/
3379void idFileSystemLocal::CloseFile( idFile *f ) {
3380 if ( !searchPaths ) {
3381 common->FatalError( "Filesystem call made without initialization\n" );
3382 }
3383 delete f;
3384}
3385
3386
3387/*

Callers 15

DumpOggSoundsMethod · 0.80
PrecacheMethod · 0.80
DisassembleMethod · 0.80
WriteGameStateMethod · 0.80
Cmd_TestSave_fFunction · 0.80
Cmd_RecordViewNotes_fFunction · 0.80
QE_SaveProjectFunction · 0.80
saveMethod · 0.80
Tris_ToOBJFunction · 0.80
HandleCommandOKMethod · 0.80
OnSelChangePDAMethod · 0.80

Calls 1

FatalErrorMethod · 0.45

Tested by

no test coverage detected