MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / r_close

Method r_close

ogsr_engine/xrCore/LocatorAPI.cpp:1046–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044IReader* CLocatorAPI::r_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<IReader>(path, _fname)); }
1045
1046void CLocatorAPI::r_close(IReader*& fs)
1047{
1048 if (m_Flags.test(flDumpFileActivity))
1049 _unregister_open_file(fs);
1050
1051 xr_delete(fs);
1052}
1053
1054void CLocatorAPI::r_close(CStreamReader*& fs)
1055{

Callers 15

~CALifeSpawnRegistryMethod · 0.80
vfLoadEFMethod · 0.80
LoadMethod · 0.80
loadMethod · 0.80
valid_saved_gameMethod · 0.80
CSavedGameWrapperMethod · 0.80
LoadMethod · 0.80
~CGamePersistentMethod · 0.80
r_close_scriptFunction · 0.80
do_fileMethod · 0.80
initialize_ini_file_fullFunction · 0.80

Calls 4

_unregister_open_fileFunction · 0.85
xr_deleteFunction · 0.85
testMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected