View Single Post
03-04-16, 08:27 AM   #5
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
I have a library that has a few utility fuctions, such as:
  • Hex to binary
  • Binary to hex
  • A modified math.round() function
  • Other things I'm forgetting
It is embedded, so AddOn:Instruction() rather than lib:Instruction(), load on demand, and I didn't release it because most of those functions probably aren't used enough on a constant basis to warrant anything other than a local function or addon_table function.
  Reply With Quote