View Single Post
09/06/21, 09:48 PM   #1
Shadowfen
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 83
[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.