Back to Home
ESO Function Data v100021
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:48 -- function ZO_SharedSmithingResearch:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/gamepad/smithingextraction_gamepad.lua:135 -- 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:94 -- self.refinementPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:95 -- self.creationPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:96 -- self.improvementPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:97 -- self.deconstructionPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:98 -- 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:29 -- self.refinementPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:30 -- self.creationPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:31 -- self.improvementPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:32 -- self.deconstructionPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:33 -- self.researchPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)