View Single Post
11/06/15, 05:08 AM   #5
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Originally Posted by circonian View Post
I tried something like this once before & ran into problems with Private functions like:

Lua Code:
  1. UseItem(bag, index)

I think that can be solved by wrapping up those protected function calls in CallSecureProtected.


Lua Code:
  1. local MAJOR, MINOR = "LibActionMenu", 1.0.0.0
Oh duh, that should have been a string. LibStub accepts strings for that, doesn't it?

I'll look at this stuff on Monday. I'm out for the weekend.
  Reply With Quote