View Single Post
09/02/15, 04:18 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by merlight View Post
That's why I don't put version in the manifest I'm afraid it's not only inaccessible, but silently ignored because it's not one of the known keywords.

AddOnManager could keep a table of all "^## (%w+): ?(.*)" key-value pairs, and provide a function that would return the corresponding value for any given key.
Did I misunderstand? Don't you have to put the version in the manifest? That's how the game knows if your addon is out of date?
  Reply With Quote