WoW:API ChatFrame OnHyperlinkShow

From AddOn Studio
Revision as of 17:35, 22 December 2005 by WoWWiki>Anticrash
Jump to navigation Jump to search

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

Template:API/Uncategorized