Module commonapi.mods

Mod interface module

Info:

  • Copyright: 2017-2019
  • Author: Oskar Eisemuth

Mods Interface

getLoaded () Get a list of all loaded mods
getById (modid) Get a specific mod by modid

Mods Types

modentry A mod entry.


Mods Interface

getLoaded ()
Get a list of all loaded mods

Returns:

    {modentry,...} A list of mod informations
getById (modid)
Get a specific mod by modid

Parameters:

Returns:

    modentry A modentry

Mods Types

modentry
A mod entry. Table of mod information, entry returned in a list from getLoaded

Fields:

  • id modid
  • path to mod (relative or absolute)
  • name Name of mod (translated)

See also:

generated by LDoc 1.4.6 Last updated 2019-03-10 15:12:25