Back to Home
ESO Function Data v101044
AddCustomControl()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_dialog/zo_listdialog.lua:118
--
function ZO_ListDialog:AddCustomControl(control, location)
libraries/zo_tooltip/zo_tooltip.lua:1157
--
function ZO_TooltipSection:AddCustomControl(control, narrationText)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/keyboard/smithingresearch_keyboard.lua:290
--
self.listDialog:AddCustomControl(self.control, LIST_DIALOG_CUSTOM_CONTROL_LOCATION_BOTTOM)
ingame/crafting/keyboard/smithing_keyboard.lua:722
--
self.consolidatedSetsListDialog:AddCustomControl(self.selectAllButton, LIST_DIALOG_CUSTOM_CONTROL_LOCATION_BOTTOM)
ingame/enchanting/keyboard/applyenchant_keyboard.lua:90
--
listDialog:AddCustomControl(self.control, LIST_DIALOG_CUSTOM_CONTROL_LOCATION_BOTTOM)
ingame/repair/repairkits.lua:102
--
listDialog:AddCustomControl(self.control, LIST_DIALOG_CUSTOM_CONTROL_LOCATION_TOP)
ingame/soulgemitemcharger/soulgemitemcharger.lua:104
--
listDialog:AddCustomControl(self.control, LIST_DIALOG_CUSTOM_CONTROL_LOCATION_TOP)
ingame/tooltip/armorytooltips.lua:38
--
attributeSection:AddCustomControl(rowControl, { attributeName, tostring(attributeSpentPoints) })
ingame/tooltip/companiontooltips.lua:83
--
rapportBarSection:AddCustomControl(rapportBarControl)
ingame/tooltip/skilltooltips.lua:308
--
skillsSection:AddCustomControl(rowControl, narrations)
ingame/tooltip/skilltooltips.lua:370
--
skillsSection:AddCustomControl(rowControl)
ingame/tooltip/skilltooltips.lua:391
--
skillSection:AddCustomControl(rowControl)