View Single Post
12-15-23, 11:28 PM   #5
pflueger92
A Murloc Raider
Join Date: Oct 2022
Posts: 6
Wow, that is much tighter than the path I was going down. My biggest struggle is knowing the library available and syntax. How would I have know ContainerFrameItemButton_OnClick or ContainerFrameItemButton_OnModifiedClick was a thing? If I even google just that I get quite literally about zero results. I have browsed all over wowpedia which can be helpful but has not been for anything within this post.

Could you also please break down (C_Container.GetContainerItemInfo(self:GetParent():GetID(), self:GetID()).hyperlink)? It looks as though that requires container index and slot index which I don't quite see how those values are passed into this.

Thank you again for the help!
  Reply With Quote