Gaming
 

Events/Tradeskill

From WoWWiki

Main Menu



"I" iconNote that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. Events/A, Events/B, etc. Changes there will be copied over to here within a few hours.


Tradeskill related events

"CRAFT_CLOSE"
Category: Tradeskill
 

Fired when a crafting skill window closes. Crafting skills are Enchanting, <craftSkill2>,...

arg1 
The mouse button used to close the window.

(since at least 3.1, seems obsolete. use TRADE_SKILL_CLOSE instead)


"CRAFT_SHOW"
Category: Tradeskill
 

Fired when a crafting skill window opens. Crafting skills are Enchanting, <craftSkill2>,...

arg1 
The mouse button used to open the window.

(since at least 3.1, seems obsolete. use TRADE_SKILL_SHOW instead)


"CRAFT_UPDATE"
Category: Tradeskill
 

Fired when a crafting event is updating.

(since at least 3.1, seems obsolete. use TRADE_SKILL_UPDATE instead)


"TRADE_SKILL_CLOSE"
Category: Tradeskill
 

Fired when a trade skill window is closed.


"TRADE_SKILL_SHOW"
Category: Tradeskill
 

Fired when a trade skill window is opened.


"TRADE_SKILL_UPDATE"
Category: Tradeskill
 

Fired immediately after TRADE_SKILL_SHOW, after something is created via tradeskill, or anytime the tradeskill window is updated (filtered, tree folded/unfolded, etc.)