WoW:API ChatFrame OnHyperlinkShow
This method is called when a user clicks on a link in the chatframe (i.e. on an itemlink).
ChatFrame_OnHyperlinkShow(reference, link, button)
Parameters
Arguments
- (reference, link, button)
- reference
- the itemrefence - For example: "item:14344:0:0:0"
- link
- the complete hyperlink - For exmaple: "|cff0070dd|Hitem:14344:0:0:0|h[itemname]|h|r
- button
- a string representing the mousebutton which was pressed - For exmaple "LeftButton"
Returns
nothing