Back to Home
ESO Function Data v101044
SetCustomResetBehavior()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/utility/zo_objectpool.lua:124
--
function ZO_ObjectPool:SetCustomResetBehavior(customResetBehavior)
libraries/zo_templates/objectpooltemplates.lua:171
--
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:702
--
self.progressIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:719
--
self.antiquityIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:722
--
self.progressIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:729
--
self.antiquityTileControlPool:SetCustomResetBehavior(ResetTileControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:733
--
self.antiquitySetTileControlPool:SetCustomResetBehavior(ResetTileControl)
ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:737
--
self.scryableAntiquityTileControlPool:SetCustomResetBehavior(ResetTileControl)
ingame/armory/gamepad/armorybuildoverview_gamepad.lua:38
--
self.equipmentPool:SetCustomResetBehavior(ResetControl)
ingame/armory/gamepad/armorybuildoverview_gamepad.lua:39
--
self.headerPool:SetCustomResetBehavior(ResetControl)
ingame/buffdebuff/buffdebuff.lua:114
--
metaPool:SetCustomResetBehavior(OnReset)
ingame/deathrecap/deathrecap.lua:131
--
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:148
--
self.hintPool:SetCustomResetBehavior(function(control) ApplyTemplateToControl(control, self.hintTemplate) end)
ingame/leveluprewards/leveluprewardsupcoming_base.lua:19
--
self.rewardPool:SetCustomResetBehavior(function(control) control.narrationText = nil end)
ingame/map/mappin_manager.lua:82
--
self.pinBlobPool:SetCustomResetBehavior(function(blobControl) blobControl:SetAlpha(1) end)
ingame/map/mappin_manager.lua:92
--
self.pinPolygonBlobPool:SetCustomResetBehavior(function(blobControl) blobControl:SetHandler("OnMouseUp", nil) blobControl:SetHandler("OnMouseDown", nil) blobControl:SetAlpha(1) end)
ingame/map/mappin_manager.lua:118
--
self.pinFadeInAnimationPool:SetCustomResetBehavior(ResetTimeline)
ingame/map/worldmapantiquities_shared.lua:27
--
self.progressIconControlPool:SetCustomResetBehavior(ResetIconControl)
ingame/map/gamepad/worldmapkey_gamepad.lua:49
--
self.symbolPool:SetCustomResetBehavior(Reset)
ingame/map/gamepad/worldmapkey_gamepad.lua:50
--
self.headerPool:SetCustomResetBehavior(Reset)
ingame/promotionalevents/keyboard/promotionalevents_keyboard.lua:101
--
g_activityTrackButtonAnimationPool:SetCustomResetBehavior(ResetTimeline)
ingame/restyle/gamepad/restylestation_gamepad.lua:603
--
self.dyeChangedControlPool:SetCustomResetBehavior(CustomResetFunction)
ingame/zo_quest/questtracker.lua:274
--
self.headerPool:SetCustomResetBehavior(headerResetFunction)
ingame/zo_quest/questtracker.lua:275
--
self.conditionPool:SetCustomResetBehavior(conditionResetFunction)
ingame/zo_quest/questtracker.lua:276
--
self.stepDescriptionPool:SetCustomResetBehavior(stepDescriptionResetFunction)
internalingame/marketannouncement/marketannouncement_shared.lua:88
--
self.actionTileControlPoolMap[tileType]:SetCustomResetBehavior(ResetFunction)
internalingame/scrying/scrying.lua:729
--
self.hexControlPool:SetCustomResetBehavior(ResetHexControl)
internalingame/tribute/tributesummary.lua:151
--
self.rewardsControlPool:SetCustomResetBehavior(function(control) control.mailIndicatorIcon:SetHidden(true) end)
libraries/zo_menubar/zo_menubar.lua:579
--
self.m_pool:SetCustomResetBehavior(function(control) control.m_object:Reset() end)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:135
--
controlPool:SetCustomResetBehavior(controlPoolResetFunction)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:150
--
self.dataTypes[templateName].pool:SetCustomResetBehavior(releaseFunction)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:197
--
dataTypeInfo.pool:SetCustomResetBehavior(function(control) control.headerControl:SetHidden(true) if controlPoolResetFunction then controlPoolResetFunction(control) end end)
libraries/zo_templates/labeltemplates_shared.lua:91
--
g_largeKeyEdgefilePool:SetCustomResetBehavior( function(control) control:SetParent(nil) end)
libraries/zo_templates/labeltemplates_shared.lua:99
--
g_smallKeyEdgefilePool:SetCustomResetBehavior( function(control) control:SetParent(nil) end)
libraries/zo_templates/tooltip.lua:267
--
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:385
--
class.keyLabelPool:SetCustomResetBehavior(ZO_Keybindings_UnregisterLabelForBindingUpdate)
libraries/zo_tooltip/zo_tooltip.lua:396
--
class.colorPool:SetCustomResetBehavior(function(control) control:Reset() end)
libraries/zo_tooltip/zo_tooltip.lua:414
--
class.sectionPool:SetCustomResetBehavior(function(control) control:Reset() end)
libraries/zo_tree/zo_tree.lua:33
--
tree.childContainerPool:SetCustomResetBehavior(function(container) container:SetAlpha(1) end)
publicallingames/tribute/tributepoolmanager.lua:343
--
self.stackedCardBackTexturePool:SetCustomResetBehavior(ResetStackedCardBack)