MCPcopy 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
559char *GetNextScriptFile() {
560 if (!ddio_FindNextFile(TempStr))
561 return NULL;
562 return TempStr;
563}
564
565void EndScriptFileList() { ddio_FindFileClose(); }
566

Callers 2

OnInitDialogMethod · 0.85

Calls 1

ddio_FindNextFileFunction · 0.50

Tested by

no test coverage detected