moduleNames?
No parameters
Purpose
Returns an array containing module names of all loaded modules.
Indexing is same as in loadedModules?-method, so you can easily find out a
module's modcode if you know its name.
If you have a modcode and want to know its name, easier is to use modcode.getModuleName.