View Single Post
01/15/16, 02:45 AM   #8
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Well, Saved-Variable-files get overwritten from in-memory data, but source-files not.
You could used a source-Lua-file as a data-file, which tells your addon which data to remove upon (re-)load.

You could alter between two tables and the source file, altered by our external program, tells which to fill and which to clear.
  Reply With Quote