MCPcopy Create free account
hub / github.com/ZDoom/Raze / FileExists

Method FileExists

source/common/filesystem/include/fs_filesystem.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 bool FileExists(const char* name) const
77 {
78 return FindFile(name) >= 0;
79 }
80
81 bool FileExists(const std::string& name) const
82 {

Callers 12

loadconsFunction · 0.80
app_initMethod · 0.80
levelInitINIFunction · 0.80
cleanPathFunction · 0.80
parseTexturePaletteBlockFunction · 0.80
parseTextureSpecialBlockFunction · 0.80
parseHighpalookupFunction · 0.80
parseDefineModelSkinFunction · 0.80
parseModelSkinBlockFunction · 0.80
CheckUserMapFunction · 0.80
SetupUserMapFunction · 0.80
LoadDefinitionsFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected