WoW API: ChatFrame:OnHyperlinkShow

From AddOn Studio
Revision as of 00:43, 15 July 2008 by WoWWiki>Charibot (catfix, Replaced: {{framexml → <br>{{framexml)
Jump to navigation Jump to search


WoW API < ChatFrame:OnHyperlinkShow

"I" iconThis function is implemented in Lua here FrameXML/ChatFrame.lua.


ChatFrame_OnHyperlinkShow(reference, link, button)

This function is called when a user clicks on a link in the chatframe (i.e. on an itemlink).


Parameters

Arguments

(reference, link, button)
itemString
String - the itemString - For example: "item:14344:0:0:0"
link
String - the complete itemLink - For exmaple: "|cff0070dd|Hitem:14344:0:0:0|h[itemname]|h|r
button
String - the mousebutton which was pressed - For exmaple "LeftButton"

Returns

nil