Login
|
request feature
|
projects
|
add project
|
search
Search
:
Features
Projects
Comments
Users
Search only in EventScripts
Cancel
es.getAddonInfo('myaddon')
(
EventScripts
)
7 points
- posted 914 days ago by
mback2k
- status:
Active
-
3 comments
watch
embed this
Returns the es.AddonInfo() object of a loaded addon.
comments
ojii
posted on 2008-01-27 18:38:07
well for that one you could also just scan the file using python for the information you want....
permalink
mback2k
posted on 2008-01-28 02:36:39
yep, but I would like have a real method and not some kind of workaround that import's or scans the file.
Mattie also liked the idea.
permalink
SuperDave
posted on 2008-09-18 17:43:42
Now implemented:
es.addons.getAddonInfo(basename)
permalink
ojii posted on 2008-01-27 18:38:07