View Single Post
05/07/14, 08:59 AM   #9
LilBudyWizer
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 32
It's risky doing much of anything prior to addon load. There are, I believe, four ZO_ addons that load first. They are defined, their files load first, but who knows how they function. Zo_SavedVars seems a prime example. It exists, you can call it, you don't get any errors, but the data it uses isn't there yet so it doesn't behave correctly until those ZO_ addons load. Using the API prior to addon load is at your own risk. Who knows the state of the game, what data is populated from the server yet or not and such. Creating controls is strictly client and it doesn't rely upon server data to do that. The data displayed by a control may be a whole different story though.
  Reply With Quote