Download
(2 Kb)
Download
Updated: 02/06/21 09:26 AM
Compatibility:
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Updated:02/06/21 09:26 AM
Created:08/08/19 11:19 AM
Monthly downloads:2,090
Total downloads:185,485
Favorites:66
MD5:
LibEnchantingStation  Popular! (More than 5000 hits)
Version: 2.3.5
by: votan [More]
Description
Library to add tabs to the Enchanting crafting station.

example:
Lua Code:
  1. local LES = LibEnchantingStation
  2.  
  3. function addon:InitControls()
  4.     local wm = WINDOW_MANAGER
  5.     LES:Init()
  6.     local tabData = {
  7.         name = SI_ENCHANT_MAKER,
  8.         descriptor = self.name,
  9.         -- Must just be unique identifier. addon name is a good start
  10.         disabled = "esoui/art/crafting/enchantment_tabicon_essence_disabled.dds",
  11.         pressed = "esoui/art/crafting/enchantment_tabicon_essence_down.dds",
  12.         highlight = "esoui/art/crafting/enchantment_tabicon_essence_over.dds",
  13.         normal = "esoui/art/crafting/enchantment_tabicon_essence_up.dds",
  14.         callback = function(tabData)
  15.             LES:ShowRuneSlotContainer()
  16.             -- Code for tab gets selected
  17.         end,
  18.     }
  19.  
  20.     local parent = LES:AddTab(tabData)
  21.     -- Use parent for the controls of your UI
  22.     -- ...
  23. end
version 2.3.5:
- Update to API 100034 "Flames of Ambition".

version 2.3.4:
- Update to API 100033 "Markarth".

version 2.3.3:
- Update to API 100032 "Stonethorn".

version 2.3.2:
- Update to API 100031 "Greymoor".

version 2.3.1:
- Update to API 100030 "Harrowstorm".

version 2.3.0:
- Update to API 100029 "Dragonhold".
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Uploader
Date
2.3.4
2kB
votan
10/29/20 03:06 PM
2.3.3
2kB
votan
08/22/20 04:55 AM
2.3.2
2kB
votan
05/24/20 10:39 AM
2.3.1
2kB
votan
02/15/20 11:44 AM
2.3.0
2kB
votan
10/19/19 08:27 AM
2.2.1
2kB
votan
08/08/19 11:19 AM


Post A Reply Comment Options
Unread 08/12/19, 04:14 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1517
Uploads: 2
Originally Posted by votan
Originally Posted by Marazota
yay! Enchant Maker similar to Potion, inc?
hm? Ehm, no? Just the lib QuickEnchanter will need for the next update.


Report comment to moderator  
Reply With Quote
Unread 08/09/19, 12:08 PM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1667
Uploads: 40
Originally Posted by Marazota
yay! Enchant Maker similar to Potion, inc?
hm? Ehm, no? Just the lib QuickEnchanter will need for the next update.
Report comment to moderator  
Reply With Quote
Unread 08/09/19, 08:38 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1517
Uploads: 2
yay! Enchant Maker similar to Potion, inc?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: