isModuleLoaded
This method is used to validate if a module has been loaded or not.
Example usage:
if(!isModuleLoaded<MyModule>()){
// Do something
}
Content copied to clipboard
Return
True if the module is loaded, false otherwise
Parameters
T
The module class