WoW:API IsFishingLoot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
LootFramePortraitOverlay:SetTexture("Interface\\LootFrame\\FishingLoot-Icon"); | LootFramePortraitOverlay:SetTexture("Interface\\LootFrame\\FishingLoot-Icon"); | ||
[[Category:API Functions|IsFishingLoot]] | |||
[[Category:API Loot Functions|IsFishingLoot]] | |||
Revision as of 18:51, 29 August 2005
this function only for estimate finsh loot IsFishingLoot
Used to identify that the loot window should display the fish graphic
elseif( IsFishingLoot() ) then
PlaySound("FISHING REEL IN");
LootFramePortraitOverlay:SetTexture("Interface\\LootFrame\\FishingLoot-Icon");