You searched for the word(s):
-
DataStore_Stats is part of the DataStore series. Its purpose is to scan and store data related to statistics (base/melee/etc..) for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope
-
DataStore_Spells is part of the DataStore series. Its purpose is to scan and store data related to spells for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later
-
DataStore_Skills is part of the DataStore series. Its purpose is to scan and store data related to skills (weapons/etc..) for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will
-
DataStore_Quests is part of the DataStore series. Its purpose is to scan and store data related to quests for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later
-
DataStore_Mails is part of the DataStore series. Its purpose is to scan and store data related to Mails for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later
-
DataStore_Inventory is part of the DataStore series. Its purpose is to scan and store data related to Equipment for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted
-
DataStore_Currencies is part of the DataStore series. Its purpose is to scan and store data related to Currencies for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted
-
DataStore_Characters is part of the DataStore series. Its purpose is to scan and store data related to basic information (level, race, etc..) for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details
-
DataStore_Auctions is part of the DataStore series. Its purpose is to scan and store data related to Auctions & Bids for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will
-
DataStore is the main component of a series of addons that serve as data repositories in game. Their respective purpose is to offer scanning and storing services to other addons. The advantages of this approach are: data is scanned only once for all client addons (performance gain). data is stored only once for all client addons (memory gain). addon