WoW:Saving variables between game sessions (source)
Revision as of 00:45, 23 January 2005
, 23 January 2005changed category
m (changed category) |
|||
| Line 36: | Line 36: | ||
It's important to note that settings are saved per-account, not per-character. If you wish to do per-character settings in your AddOn then you should use something like the player name as a key into a table for settings. This does give the AddOn author some flexibility in being able to make some settings global, some per-class, some per-user, etc. | It's important to note that settings are saved per-account, not per-character. If you wish to do per-character settings in your AddOn then you should use something like the player name as a key into a table for settings. This does give the AddOn author some flexibility in being able to make some settings global, some per-class, some per-user, etc. | ||
[[Category:Interface Customization | [[Category:Interface Customization]] | ||