Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ GetNextScriptFile
Function
GetNextScriptFile
editor/ObjCScript.cpp:559–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
557
}
558
559
char *GetNextScriptFile() {
560
if (!ddio_FindNextFile(TempStr))
561
return NULL;
562
return TempStr;
563
}
564
565
void EndScriptFileList() { ddio_FindFileClose(); }
566
Callers
2
GenerateScriptListFromAllFiles
Function · 0.85
OnInitDialog
Method · 0.85
Calls
1
ddio_FindNextFile
Function · 0.50
Tested by
no test coverage detected