View Single Post
04-14-24, 10:00 PM   #23
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 114
As I understand it, the line in the "AddonName.tok." file is responsible for saving the position of the "icon on the minimap".
Lua Code:
  1. ## SavedVariables: TestingAddonSettingsData
And the line in the file
Lua Code:
  1. icon:Register(addonName, minimapIcon, TestingAddonSettingsData) -- Replace MyAddonDB with your saved variables table name
  2. end
Shows what needs to be saved.

Then why doesn’t my “minimap icon” save its position after exiting the game?
  Reply With Quote