...
Code Block | ||
---|---|---|
| ||
function getExtensionInfo(namelookupname) |
This function can be used to retrieve information about a particular extension. The returned table contains information in the following fields:
name = [module display name]
author
description
version
loadorder
rulesetdepdenciesrulesetdependencies = [table with ruleset name as key, and table as value (minrelease, maxrelease)]
extensiondependencies = [table with extension name as key, and table as value (minversion, maxversion)]
exclusiongroups = [Integer indexed table of exclusion group names]
Parameters
namelookupname (string)
The “internal” name of the extension being targeted by the operation. (Same as file/folder name)
Return values
(table)
A table containing information about the extension, see above for details
...