WoW:Saving variables between game sessions (source)
Revision as of 04:48, 15 August 2023
, 15 August 2023Move page script moved page Saving variables between game sessions to WoW:Saving variables between game sessions without leaving a redirect
m (Move page script moved page Saving variables between game sessions to WoW:Saving variables between game sessions without leaving a redirect) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{wow/uihowto}} | ||
An Addon may need to save settings and data between game sessions - that is, some information may need to persist through a user log out. To enable this, the addons may specify a number of variables to be saved to disk when the player's character logs out of the game, and restored when the character logs back in. Variables that are saved and restored by the client are called SavedVariables. | An Addon may need to save settings and data between game sessions - that is, some information may need to persist through a user log out. To enable this, the addons may specify a number of variables to be saved to disk when the player's character logs out of the game, and restored when the character logs back in. Variables that are saved and restored by the client are called SavedVariables. | ||