Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadcons
Function · 0.80
app_init
Method · 0.80
levelInitINI
Function · 0.80
cleanPath
Function · 0.80
parseTexturePaletteBlock
Function · 0.80
parseTextureSpecialBlock
Function · 0.80
parseHighpalookup
Function · 0.80
parseDefineModelSkin
Function · 0.80
parseModelSkinBlock
Function · 0.80
CheckUserMap
Function · 0.80
SetupUserMap
Function · 0.80
LoadDefinitions
Function · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected