mod.GetAllMods

Name

mod.GetAllMods – get all currently registered mods

Synopsis

result = mod.GetAllMods()

Description

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.)

Errors

None.

See Also

mod.GetModVersion

mod.GetRegisteredMod

mod.IsModRegistered

mod.RegisterMod