MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / StartScriptFileList

Function StartScriptFileList

editor/ObjCScript.cpp:550–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548static char TempStr[256];
549
550char *StartScriptFileList() {
551 char path[_MAX_PATH];
552 ddio_MakePath(path, LocalLevelsDir, "*.scr", NULL);
553 if (!ddio_FindFileStart(path, TempStr))
554 return NULL;
555
556 return TempStr;
557}
558
559char *GetNextScriptFile() {
560 if (!ddio_FindNextFile(TempStr))

Callers 2

OnInitDialogMethod · 0.85

Calls 2

ddio_MakePathFunction · 0.50
ddio_FindFileStartFunction · 0.50

Tested by

no test coverage detected