WoW:Saving variables between game sessions: Difference between revisions

(Undo revision 2399176: avoid linking API pages in code blocks -- linking every function call would be annoying, and this one was of no particular importance to the block.)
Line 74: Line 74:
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables.lua</tt> - Blizzard's saved variables.
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables.lua</tt> - Blizzard's saved variables.
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables\AddOnName.lua</tt> - Per-account settings for each individual AddOn.
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables\AddOnName.lua</tt> - Per-account settings for each individual AddOn.
* <tt>WTF\Account\ACCOUNTNAME\RealmName\CharacterName\AddOnName.lua</tt> - Per-character settings for each individual AddOn.
* <tt>WTF\Account\ACCOUNTNAME\RealmName\CharacterName\SavedVariabales\AddOnName.lua</tt> - Per-character settings for each individual AddOn.


Deleting the WTF folder, or simply moving its contents will therefore reset the settings for all of your addons.
Deleting the WTF folder, or simply moving its contents will therefore reset the settings for all of your addons.
Anonymous user