Alternative to UseContainerItem?

#0 - Dec. 9, 2006, 12:46 a.m.
Blizzard Post
Very new to this whole Lua thing, just started reading into it in order to fix my addons. Please forgive any ignorance that follows.

I've been trying to fix AllInOneInventory, and it appears that the major bug I'm finding is being caused when it attempts to call UseContainerItem. Makes sense, this is now Protected. So, what can I use instead?
#2 - Dec. 9, 2006, 12:53 a.m.
Blizzard Post
Actually you should be inheriting from the Blizzard container item buttons, which are secure and allowed to be extended in the PreClick and PostClick handlers. There might be examples in the updated 2.0 addons, I'm not sure.