MCPcopy 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
950void GetPermLevelNames(char *szPerm)
951{
952 return GetLevelNames("perm", szPerm);
953}
954
955bool LevelFileExists(SaveWriter &archive)
956{

Callers 2

LevelFileExistsFunction · 0.85
LoadLevelFunction · 0.85

Calls 1

GetLevelNamesFunction · 0.85

Tested by

no test coverage detected