mod.GetAllMods – get all currently registered mods
result = mod.GetAllMods()
Returns a table containing all mods registered so far. The table keys are the mod names, and the values are the version strings. (If a mod did not provide a version, then the value will be an empty string.)
None.