Back to Home
ESO Function Data v100032
SetCraftingType()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- ingame/crafting/smithingcreation_shared.lua:47 -- function ZO_SharedSmithingCreation:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/smithingimprovement_shared.lua:96 -- function ZO_SharedSmithingImprovement:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/smithingresearch_shared.lua:49 -- function ZO_SharedSmithingResearch:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/gamepad/smithingextraction_gamepad.lua:156 -- function ZO_GamepadSmithingExtraction:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithingextraction_keyboard.lua:60 -- function ZO_SmithingExtraction:SetCraftingType(craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithingimprovement_keyboard.lua:73 -- 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:98 -- self.refinementPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:99 -- self.creationPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:100 -- self.improvementPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:101 -- self.deconstructionPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/gamepad/smithing_gamepad.lua:102 -- self.researchPanel:SetCraftingType(craftingType, self.oldCraftingType, self.resetUIs)
- ingame/crafting/keyboard/smithingimprovement_keyboard.lua:74 -- ZO_SharedSmithingImprovement.SetCraftingType(self, craftingType, oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:28 -- self.refinementPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:29 -- self.creationPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:30 -- self.improvementPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:31 -- self.deconstructionPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)
- ingame/crafting/keyboard/smithing_keyboard.lua:32 -- self.researchPanel:SetCraftingType(craftingType, self.oldCraftingType, isCraftingTypeDifferent)