Back to Home
ESO Function Data v100035
SetCustomResetBehavior()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/objectpooltemplates.lua:29
--
function ZO_AnimationPool:SetCustomResetBehavior(customResetBehavior)
libraries/zo_templates/objectpooltemplates.lua:82
--
function ZO_ControlPool:SetCustomResetBehavior(customResetBehavior)
libraries/zo_templates/objectpooltemplates.lua:182
--
function ZO_MetaPool:SetCustomResetBehavior(customeResetBehavior)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/antiquities/gamepad/antiquityjournal_gamepad.lua:195
--
self.antiquityIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/gamepad/antiquityjournal_gamepad.lua:694
--
self.progressIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:720
--
self.antiquityIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:723
--
self.progressIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:730
--
self.antiquityTileControlPool:SetCustomResetBehavior(ResetTileControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:734
--
self.antiquitySetTileControlPool:SetCustomResetBehavior(ResetTileControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:738
--
self.scryableAntiquityTileControlPool:SetCustomResetBehavior(ResetTileControl)
ingame/buffdebuff/buffdebuff.lua:113
--
metaPool:SetCustomResetBehavior(OnReset)
ingame/deathrecap/deathrecap.lua:136
--
self.attackPool:SetCustomResetBehavior(function(control) control.timeline:Stop() local iconTexture = control:GetNamedChild("Icon") iconTexture:SetScale(1) ApplyTemplateToControl(control, self.attackTemplate) end)
ingame/deathrecap/deathrecap.lua:153
--
self.hintPool:SetCustomResetBehavior(function(control) ApplyTemplateToControl(control, self.hintTemplate) end)
ingame/map/worldmap.lua:1404
--
mapPins.pinFadeInAnimationPool:SetCustomResetBehavior(ResetTimeline)
ingame/map/worldmapantiquities_shared.lua:27
--
self.progressIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/map/gamepad/worldmapkey_gamepad.lua:50
--
self.symbolPool:SetCustomResetBehavior(Reset)
ingame/map/gamepad/worldmapkey_gamepad.lua:51
--
self.headerPool:SetCustomResetBehavior(Reset)
ingame/restyle/gamepad/restylestation_gamepad.lua:602
--
self.dyeChangedControlPool:SetCustomResetBehavior(CustomResetFunction)
ingame/zo_quest/questtracker.lua:273
--
self.headerPool:SetCustomResetBehavior(headerResetFunction)
ingame/zo_quest/questtracker.lua:274
--
self.conditionPool:SetCustomResetBehavior(conditionResetFunction)
ingame/zo_quest/questtracker.lua:275
--
self.stepDescriptionPool:SetCustomResetBehavior(stepDescriptionResetFunction)
internalingame/marketannouncement/marketannouncement_shared.lua:84
--
self.actionTileControlPoolMap[tileType]:SetCustomResetBehavior(ResetFunction)
internalingame/scrying/scrying.lua:765
--
self.hexControlPool:SetCustomResetBehavior(ResetHexControl)
libraries/zo_menubar/zo_menubar.lua:569
--
self.m_pool:SetCustomResetBehavior(function(control) control.m_object:Reset() end)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:115
--
controlPool:SetCustomResetBehavior(controlPoolResetFunction)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:129
--
self.dataTypes[templateName].pool:SetCustomResetBehavior(releaseFunction)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:175
--
dataTypeInfo.pool:SetCustomResetBehavior(function(control) control.headerControl:SetHidden(true) if controlPoolResetFunction then controlPoolResetFunction(control) end end)
libraries/zo_templates/labeltemplates_shared.lua:87
--
g_largeKeyEdgefilePool:SetCustomResetBehavior( function(control) control:SetParent(nil) end)
libraries/zo_templates/labeltemplates_shared.lua:95
--
g_smallKeyEdgefilePool:SetCustomResetBehavior( function(control) control:SetParent(nil) end)
libraries/zo_templates/tooltip.lua:251
--
tooltipControl.dividerPool:SetCustomResetBehavior(function(divider) --ZO_ItemTooltip_SetStolen swaps out the divider texture so we have to reset it back divider:SetTexture("EsoUI/Art/Miscellaneous/horizontalDivider.dds") end)
libraries/zo_tooltip/zo_tooltip.lua:350
--
class.colorPool:SetCustomResetBehavior(function(control) control:Reset() end)
libraries/zo_tooltip/zo_tooltip.lua:368
--
class.sectionPool:SetCustomResetBehavior(function(control) control:Reset() end)
libraries/zo_tree/zo_tree.lua:33
--
tree.childContainerPool:SetCustomResetBehavior(function(container) container:SetAlpha(1) end)