m
Move page script moved page API GameTooltip SetLootItem to WoW:API GameTooltip SetLootItem without leaving a redirect
No edit summary |
m (Move page script moved page API GameTooltip SetLootItem to WoW:API GameTooltip SetLootItem without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} __NOTOC__ | |||
Sets the GameTooltip to show a loot item. | |||
GameTooltip:SetLootItem(lootIndex) | |||
== Arguments == | |||
:; lootIndex : Number - The index of the loot item to show (from 1 to [[API GetNumLootItems|GetNumLootItems()]]) | |||
== Returns == | |||
:nil | |||
== Example == | |||
<GameTooltip name="MyGameTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/> | |||
MyGameTooltip:SetLootItem(GetNumLootItems()); | |||
<big>'''Result'''</big> | |||
Sets the GameTooltip to show the last loot item. | |||