Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/17/20, 08:22 AM   #1
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 260
Updating libEventHandler

hey guys i am trying to update this old lib
https://www.esoui.com/downloads/info...ntHandler.html

to work without libStub

1) deleted dependency from manifest adn added #isLibrary

2) next i must change this somehow, but how?

Code:
local MAJOR, MINOR = "LibEventHandler-1.1", 1.0
local LEH, LEHminor = LibStub:NewLibrary(MAJOR, MINOR)
if not LEH then return end
  Reply With Quote
 

ESOUI » AddOns » AddOn Help/Support » Updating libEventHandler


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off