WoW:API GameTooltip SetInboxItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{Stub/API}}
{{widgetmethod}} __NOTOC__
{{widgetmethod}}
 
 
Shows the tooltip for the specified mail inbox item.
Shows the tooltip for the specified mail inbox item.
GameTooltip:SetInboxItem(index)


;''Arguments''
== Arguments ==
:(index)
:;index : Number - the index of the mail inbox item.
:;index : Number - the index of the mail inbox item.


;''Returns''
== Returns ==
:unknown
:unknown

Revision as of 14:37, 27 June 2007

Widget API ← GameTooltip < SetInboxItem


Shows the tooltip for the specified mail inbox item.

GameTooltip:SetInboxItem(index)

Arguments

index
Number - the index of the mail inbox item.

Returns

unknown