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

Function Osiris_ForceUnloadModules

Descent3/OsirisLoadandBind.cpp:727–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727void Osiris_ForceUnloadModules(void) {
728 for (int j = 0; j < MAX_LOADED_MODULES; j++) {
729 if (OSIRIS_loaded_modules[j].flags & OSIMF_INUSE) {
730 Osiris_FreeModule(j);
731 }
732 }
733}
734
735// Osiris_DumpLoadedObjects
736//

Callers

nothing calls this directly

Calls 1

Osiris_FreeModuleFunction · 0.85

Tested by

no test coverage detected