iLib

24.3k Downloads

iLib

Since I force on LDB plugins, there are many functions that need to be present in every plugin. I could copy and paste them into every addon (and I used to do it), but imagine you have installed ten plugins of mine. That would mean ten times the same tooltip handler functions in your memory, etc. From now on, my addons simply register with iLib.

Yours could do that as well, in order to benefit from:

  • Automatic addon version syncing
  • simple LibQTip tooltip improvements

AceComm-3.0, LibQTip-1.0, LibStub are embedded.

See API Functions for more info!

Requests and Bug Reports

  • Please use the Ticket System on CurseForge to report bugs, unintended behaviour, request for features, etc. I won't handle any kind of requests via comments on Curse anymore. Thanks.