WoW:API ChatFrame OnHyperlinkShow: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added short discription)
 
No edit summary
Line 15: Line 15:
=== Returns ===
=== Returns ===
nothing
nothing
{{API/Uncategorized}}

Revision as of 17:35, 22 December 2005

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