- 0 Talk
-
API GameTooltip SetLootItem
Sets the GameTooltip to show a loot item.
GameTooltip:SetLootItem(lootIndex)
Arguments
Edit
- lootIndex
- Number - The index of the loot item to show (from 1 to GetNumLootItems())
Returns
Edit
- nil
Example
Edit
<GameTooltip name="MyGameTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/> MyGameTooltip:SetLootItem(GetNumLootItems());
Result
Sets the GameTooltip to show the last loot item.