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

Method close

ogsr_engine/xrCore/LocatorAPI.cpp:298–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void CLocatorAPI::archive::close()
299{
300 if (type == container::SQFS)
301 close_sqfs();
302 else
303 close_db();
304
305 CloseHandle(hSrcFile);
306 hSrcFile = nullptr;
307}
308
309void CLocatorAPI::LoadArchive(archive& A, LPCSTR base_path)
310{

Callers 2

_destroyMethod · 0.45
r_closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected