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

Method Close

module/module.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void CModFindFiles::Close(void) {
573 if (globindex == -1)
574 return;
575 globindex = -1;
576 globfree(&ffres);
577}
578
579bool mod_FindRealFileNameCaseInsenstive(const char *directory, const char *fname, char *new_filename) {
580 bool use_dir = false;

Callers 8

LoadThemeMethod · 0.45
ProcessMethod · 0.45
ResetMethod · 0.45
processQLoadMethod · 0.45
FrameMethod · 0.45
ExecScriptMethod · 0.45
StopSongMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected