WoW:Saving variables between game sessions: Difference between revisions

m
changed 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 HOWTOs|Save Variables Between Game Sessions]]
[[Category:Interface Customization]]
Anonymous user