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

Method r_open

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

Source from the content-addressed store, hash-verified

1042CStreamReader* CLocatorAPI::rs_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<CStreamReader>(path, _fname)); } // only for ".geom", ".geomx", ".ogm"
1043
1044IReader* CLocatorAPI::r_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<IReader>(path, _fname)); }
1045
1046void CLocatorAPI::r_close(IReader*& fs)
1047{

Callers 15

loadMethod · 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
do_fileMethod · 0.80
initialize_ini_file_fullFunction · 0.80
CSE_AbstractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected