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

Function Osiris_ShutdownModuleLoader

Descent3/OsirisLoadandBind.cpp:569–575  ·  view source on GitHub ↗

Osiris_ShutdownModuleLoader Purpose: Closes down the OSIRIS module loader and handling system

Source from the content-addressed store, hash-verified

567// Purpose:
568// Closes down the OSIRIS module loader and handling system
569void Osiris_ShutdownModuleLoader(void) {
570 mprintf(0, "OSIRIS: Shutting down module manager\n");
571 int i;
572 for (i = 0; i < MAX_LOADED_MODULES; i++) {
573 Osiris_FreeModule(i);
574 }
575}
576
577// Osiris_InitModuleLoader
578// Purpose:

Callers

nothing calls this directly

Calls 1

Osiris_FreeModuleFunction · 0.85

Tested by

no test coverage detected