EVENT_END_CRAFTING_STATION_INTERACT
ESO Lua API function — used by 113 of the 3,030 addons we indexed (combined 55,423,275 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
EVENT_END_CRAFTING_STATION_INTERACT([TradeskillType|#TradeskillType] craftSkill, [CraftingInteractionMode|#CraftingInteractionMode] craftMode)Real usage — from Dolgubon's Lazy Writ Crafter
EVENT_MANAGER:RegisterForEvent(WritCreater.name, EVENT_BATTLEGROUND_STATE_CHANGED, function(event , pre, new) if pre == 0 and new > 0 then WritCreater.closeWindow() end end )
EVENT_MANAGER:RegisterForEvent(WritCreater.name, EVENT_END_CRAShort excerpt from the shipping addon Dolgubon's Lazy Writ Crafter — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| Dolgubon's Lazy Writ Crafter | 9,498,314 |
| LibLazyCrafting | 6,538,592 |
| CraftStore | 5,176,147 |
| Master Merchant 3.0 | 3,883,523 |
| Potion Maker (for Alchemy Crafting) | 3,765,616 |
| Advanced Filters - Updated (Inventory sub- & dropdown plugin filters) | 2,602,223 |