ESODecoded

EVENT_CRAFTING_STATION_INTERACT

ESO Lua API function — used by 119 of the 3,030 addons we indexed (combined 45,138,181 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

EVENT_CRAFTING_STATION_INTERACT([TradeskillType|#TradeskillType] craftSkill, bool sameStation, [CraftingInteractionMode|#CraftingInteractionMode] craftMode)

Real usage — from Dolgubon's Lazy Writ Crafter

function WritCreater.initializeCraftingEvents()
	EVENT_MANAGER:RegisterForEvent(WritCreater.name, EVENT_CRAFTING_STATION_INTERACT, WritCreater.craftCheck)
	WritCreater.craftCompleteHandler = function(event, station)

Short excerpt from the shipping addon Dolgubon's Lazy Writ Crafterits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
Dolgubon's Lazy Writ Crafter9,498,314
LibLazyCrafting6,538,592
CraftStore5,176,147
Potion Maker (for Alchemy Crafting)3,765,616
ESO Master Recipe List2,130,985
LibFilters-3.02,063,617