Thread Tools Display Modes
Prev Previous Post   Next Post Next
09/06/21, 09:48 PM   #1
Shadowfen
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 84
[notabug] GetAddOnVersion only works with libraries

When an addon declares that it is a library
Code:
## IsLibrary: true
then the value reported for
Code:
AddOnVersion:
in the manifest file is returned by GetAddOnVersion().
If IsLibrary is set to false, then GetAddOnVersion() always returns 0 even when an AddOnVersion is provided.
 
 

ESOUI » Developer Discussions » Bug Reports » [notabug] GetAddOnVersion only works with libraries


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off