Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ GetPermLevelNames
Function
GetPermLevelNames
Source/loadsave.cpp:950–953 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
948
}
949
950
void GetPermLevelNames(char *szPerm)
951
{
952
return GetLevelNames(
"perm"
, szPerm);
953
}
954
955
bool LevelFileExists(SaveWriter &archive)
956
{
Callers
2
LevelFileExists
Function · 0.85
LoadLevel
Function · 0.85
Calls
1
GetLevelNames
Function · 0.85
Tested by
no test coverage detected