Back to Home
ESO Function Data v100018
SetCustomAcquireBehavior()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/objectpooltemplates.lua:80
--
function ZO_ControlPool:SetCustomAcquireBehavior(customAcquireBehavior)
libraries/zo_templates/objectpooltemplates.lua:144
--
function ZO_MetaPool:SetCustomAcquireBehavior(customAcquireBehavior)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/centerscreenannounce/centerscreenannounce.lua:248
--
self.m_pool:SetCustomAcquireBehavior(SmallLineAcquire)
ingame/championperks/championperks.lua:90
--
self.starTextControlPool:SetCustomAcquireBehavior(function(control) local spinnerControl = control.pointsSpinner:GetControl() local increaseButton = spinnerControl:GetNamedChild("Increase") local decreaseButton = spinnerControl:GetNamedChild("Decrease") if SCENE_MANAGER:IsCurrentSceneGamepad() then control.nameLabel:SetFont("ZoFontGamepad34") control.pointsSpinner:SetFont("ZoFontGamepad42") spinnerControl:SetDimensions(120, 55) else control.nameLabel:SetFont("ZoFontWinH3") control.pointsSpinner:SetFont("ZoFontWinH2") spinnerControl:SetDimensions(100, 36) end end)
ingame/deathrecap/deathrecap.lua:119
--
self.attackPool:SetCustomAcquireBehavior(function(control) ApplyTemplateToControl(control, self.attackTemplate) end)
ingame/deathrecap/deathrecap.lua:135
--
self.hintPool:SetCustomAcquireBehavior(function(control) ApplyTemplateToControl(control, self.hintTemplate) end)
ingame/zo_quest/questtracker.lua:275
--
tracker.headerPool:SetCustomAcquireBehavior(ApplyPlatformStyleToHeader)
ingame/zo_quest/questtracker.lua:276
--
tracker.conditionPool:SetCustomAcquireBehavior(ApplyPlatformStyleToCondition)
ingame/zo_quest/questtracker.lua:277
--
tracker.stepDescriptionPool:SetCustomAcquireBehavior(ApplyPlatformStyleToStepDescription)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:170
--
dataTypeInfo.pool:SetCustomAcquireBehavior(function(control) control.headerControl:SetHidden(false) end)
libraries/zo_tooltip/zo_tooltip.lua:360
--
metaPool:SetCustomAcquireBehavior(function(control) if control.Initialize then control:Initialize(self) end control:SetParent(self.contentsControl) end)