WoW:Saving variables between game sessions (source)
Revision as of 08:59, 7 January 2007
, 7 January 2007→SavedVariables.lua: removed 1.9 note
(→SavedVariables.lua: removed 1.9 note) |
|||
| Line 5: | Line 5: | ||
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables.lua</tt> - "Global" saved settings | * <tt>WTF\Account\ACCOUNTNAME\SavedVariables.lua</tt> - "Global" saved settings | ||
* <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\ACCOUNTNAME\RealmName\CharacterName\AddOnName.lua</tt> - Per-character settings for each individual AddOn | * <tt>WTF\Account\ACCOUNTNAME\ACCOUNTNAME\RealmName\CharacterName\AddOnName.lua</tt> - Per-character settings for each individual AddOn | ||
These files are written whenever the UI engine shuts down (either at game quit, or at the start of a forced UI reload), and then executed when the UI is started and addons are loaded (after logging in or at the end of a forced UI reload). | These files are written whenever the UI engine shuts down (either at game quit, or at the start of a forced UI reload), and then executed when the UI is started and addons are loaded (after logging in or at the end of a forced UI reload). | ||