Back to Home
ESO Function Data v100019
SetCraftingType()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- ingame/crafting/smithingcreation_shared.lua:42 -- function ZO_SharedSmithingCreation:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/smithingimprovement_shared.lua:79 -- function ZO_SharedSmithingImprovement:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/smithingresearch_shared.lua:36 -- function ZO_SharedSmithingResearch:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/gamepad/smithingextraction_gamepad.lua:130 -- function ZO_GamepadSmithingExtraction:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithingextraction_keyboard.lua:16 -- function ZO_SmithingExtraction:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithingimprovement_keyboard.lua:71 -- function ZO_SmithingImprovement:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/crafting/gamepad/smithing_gamepad.lua:84 -- self.refinementPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:85 -- self.creationPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:86 -- self.improvementPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:87 -- self.deconstructionPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:88 -- self.researchPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/keyboard/smithingimprovement_keyboard.lua:72 -- ZO_SharedSmithingImprovement.SetCraftingType(self, craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:31 -- self.refinementPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:32 -- self.creationPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:33 -- self.improvementPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:34 -- self.deconstructionPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:35 -- self.researchPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)