Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ GetTempLevelNames
Function
GetTempLevelNames
Source/loadsave.cpp:945–948 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
943
}
944
945
void GetTempLevelNames(char *szTemp)
946
{
947
return GetLevelNames(
"temp"
, szTemp);
948
}
949
950
void GetPermLevelNames(char *szPerm)
951
{
Callers
3
LevelFileExists
Function · 0.85
SaveLevel
Function · 0.85
LoadLevel
Function · 0.85
Calls
1
GetLevelNames
Function · 0.85
Tested by
no test coverage detected