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

Method exist

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

Source from the content-addressed store, hash-verified

765}
766
767const CLocatorAPI::file* CLocatorAPI::exist(const char* fn)
768{
769 files_it it = file_find_it(fn);
770 return (it != files.end()) ? &(*it) : 0;
771}
772
773const CLocatorAPI::file* CLocatorAPI::exist(const char* path, const char* name)
774{

Callers 15

loadMethod · 0.80
SetSoundMethod · 0.80
get_xml_nameMethod · 0.80
iterate_soundsFunction · 0.80
load_gameMethod · 0.80
anim_playMethod · 0.80
vfLoadEFMethod · 0.80
print_free_functionsFunction · 0.80
loadMethod · 0.80
CScriptSoundMethod · 0.80
PrefetchManySoundsMethod · 0.80
LoadMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected