Module repository class. More...
#include <mkd64/modrepo.h>
Related Functions | |
(Note that these are not member functions.) | |
IModule * | ModRepo_moduleInstance (ModRepo *self, const char *id) |
Get instance of a module. | |
int | ModRepo_isActive (const ModRepo *self, const char *id) |
Check wheter a given module is instantiated. |
Module repository class.
handles searching for modules, loading and instantiating them and checking dependencies and conflicts between modules, as well as calling functions on all currently loaded modules
|
related |
Check wheter a given module is instantiated.
self | the modrepo |
id | the id of the module |
Get instance of a module.
if the module is not currently instantiated, Modrepo tries to instantiate it first.
self | the modrepo |
id | the id of the module |