WoW:API IsFishingLoot: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 10: Line 10:
LootFramePortraitOverlay:SetTexture("Interface\\LootFrame\\FishingLoot-Icon");
LootFramePortraitOverlay:SetTexture("Interface\\LootFrame\\FishingLoot-Icon");


[[Category:API Functions|IsFishingLoot]]
{{Template:WoW API}}
[[Category:API Loot Functions|IsFishingLoot]]

Revision as of 14:56, 4 January 2006

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");

Template:WoW API