View Single Post
10/21/16, 06:28 PM   #3
Werewolf Finds Dragon
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 17
Thanks!

It's my own library, yes. I've just been fiddling with a utilities library for my addons. I have one for doing chat prints and I'm thinking of one to help out with events. I'm essentially throwing something similar to how WoW's Ace used to be in order to reduce reused code and redundant functions.

The thing is, however, is that I need to be able to call the addon object to be able to pull all of this off. I don't know how to do this. I did look into lexical methods but I'm not sure how to apply it to a library. I'm really rusty when it comes to code and I've always preferred small, manageable projects due to my anxiety.

Anyway, thanks for any info you can provide.
  Reply With Quote