lib.get_state
Definition:
Description:
Arguments:
Returns:
table definition:
load | string "YES" or "NO" - is the mod set to be loaded when Neoloader starts |
complete | boolean - did the mod complete successfully |
dependencies_met | boolean - are all dependencies declared by the mod satisfied |
load_position | number - What order the mod was loaded in compared to all registered mods |
errors | table - list of logs associated with this mod |
latest | string - the latest version of this mod |
versions | table of all versions of this mod present in Neoloader |
plugin_id | string - the mod's ID |
plugin_version | string - the mod's current version |
plugin_type | string - descriptor of the mod, set by the author in the registration file (Not used by Neoloader, intended for managers) |
plugin_name | string - public name of the mod |
plugin_author | string - author of this mod |
plugin_link | string - hyperlink to this mod's home page |
plugin_folder | string - path to the mod's folder |
plugin_ini_file | string - path to the mod's INI file |
plugin_frozen | "YES" or "NO" based on whether this mod's dependents can execute |
plugin_dependencies | Table copy of this plugin's dependency list |
Other notes: