View Single Post
06/25/14, 04:46 PM   #5
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Sasky View Post
For a workaround at least, you could try detection of some of the added/deleted global functions or variables.
Not perfect of course, as there's no way to know future versions before they're on PTS.
The only thing I found was among the global variables:
["_VERSION"] = 2013.1.0 r13331
Resetting after every client patch might be a bit overagressive. But I might have no other choice. Unless of course they alreay added/add a "GetAPIVersion()" function. I actually wrote something on the Wishlist for that:
http://www.esoui.com/forums/showthread.php?p=9751

But then again those Global Variables have not been udpate for a while and we are still waiting for the patchnotes. Maybe they added something for that already?
  Reply With Quote