Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: sirinsidiator
Forum: Lua/XML Help 07/09/20, 06:21 AM
Replies: 5
Views: 4,353
Posted By sirinsidiator
Not sure what you mean? The user interface ceases...

Not sure what you mean? The user interface ceases to exist when you log out or use reloadui. It is built completely fresh from zero every time, so of course your addon needs to apply all its settings...
Forum: Lua/XML Help 07/09/20, 05:16 AM
Replies: 5
Views: 4,353
Posted By sirinsidiator
You should simply wait for the...

You should simply wait for the EVENT_ADD_ON_LOADED before doing anything. When that fires, you can be certain that the saved vars have been loaded.

-- Here MyAddOnSavedVar is nil and if you assign...
Showing results 1 to 2 of 2