Back to Home
ESO Function Data v100023
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:85
--
function ZO_ControlPool:SetCustomResetBehavior(customResetBehavior)
libraries/zo_templates/objectpooltemplates.lua:155
--
function ZO_MetaPool:SetCustomResetBehavior(customeResetBehavior)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/buffdebuff/buffdebuff.lua:111
--
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/guild/guildheraldry_shared.lua:170
--
self.swatchPool:SetCustomResetBehavior(OnSwatchReset)
ingame/guild/guildheraldry_shared.lua:275
--
self.stylePool:SetCustomResetBehavior(OnStyleReset)
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/restyle_station_gamepad.lua:583
--
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)
libraries/zo_menubar/zo_menubar.lua:549
--
self.m_pool:SetCustomResetBehavior( function(control) control.m_object:Reset() end)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:112
--
controlPool:SetCustomResetBehavior(controlPoolResetFunction)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:120
--
self.dataTypes[templateName].pool:SetCustomResetBehavior(releaseFunction)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:166
--
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_tooltip/zo_tooltip.lua:333
--
class.colorPool:SetCustomResetBehavior(function(control) control:Reset() end)
libraries/zo_tooltip/zo_tooltip.lua:351
--
class.sectionPool:SetCustomResetBehavior(function(control) control:Reset() end)
libraries/zo_tree/zo_tree.lua:33
--
tree.childContainerPool:SetCustomResetBehavior(function(container) container:SetAlpha(1) end)