TellMeWhen

TellMeWhen

24M Downloads

[CF 1354] Generic event api so other mods can send to TMW

tmw-issue-import opened this issue ยท 1 comments

commented

Is there a API  / way for say GFTO to send to TMW?  I love TMW and have not dived into WOW lua (though i am a programmer day to day)  Thinks like Weak Auras has a api.. 

Example:

 

if (WeakAuras and WeakAuras.ScanEvents) then
WeakAuras.ScanEvents("SOMEMOD_DISPLAY", iType);
end

 

 


Posted by CurseForge user xotmid | Imported from CurseForge issue #1354 | Raw

commented

I ended up adding lua code and using a group with a lua condition

 

http://pastebin.com/xS423Nn8 

 

 


Edited Dec 23, 2016

Posted by CurseForge user xotmid