Back to Home
ESO Function Data v101042
RegisterForUpdate()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- No known global definitions for this function.
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/console/zo_playerconsoleinforequestmanager.lua:26 -- EVENT_MANAGER:RegisterForUpdate("PlayerConsoleInfoRequest", 500, function() self:OnUpdate() end)
- common/gamepad/zo_gamepadparametricscrolllistscreen.lua:744 -- EVENT_MANAGER:RegisterForUpdate("ZO_GamepadParametricList_Screen_UpdateCooldown", 100, function(...) self:Update(...) end)
- common/rzchroma/rzchroma_manager.lua:28 -- EVENT_MANAGER:RegisterForUpdate("RzChromaManager", 15, OnUpdate)
- ingame/battleground/battlegroundhud.lua:70 -- EVENT_MANAGER:RegisterForUpdate(self.control:GetName(), 10, function() self:OnUpdate() end)
- ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1135 -- EVENT_MANAGER:RegisterForUpdate("EVENT_DUEL_NEAR_BOUNDARY", DUEL_BOUNDARY_WARNING_UPDATE_TIME_MS, CheckBoundary)
- ingame/collections/itemsetcollectionsdatamanager.lua:122 -- EVENT_MANAGER:RegisterForUpdate("ZO_ItemSetCollectionsDataManager_SlotsJustUnlocked", 100, function() self:OnUpdateSlotsJustUnlocked() end)
- ingame/collections/gamepad/collectionsbook_gamepad.lua:104 -- EVENT_MANAGER:RegisterForUpdate("ZO_GamepadCollectionsBook", 250, function() self:UpdateActiveCollectibleCooldownTimer() end)
- ingame/companion/gamepad/companioncollectionbook_gamepad.lua:47 -- EVENT_MANAGER:RegisterForUpdate("ZO_GamepadCompanionCollectionsBook", 250, function() self:UpdateActiveCollectibleCooldownTimer() end)
- ingame/contacts/gamepad/friendslist_gamepad.lua:95 -- EVENT_MANAGER:RegisterForUpdate("FriendsListConsoleRefresh", 60000, function() RequestSocialListForActiveProfile() end)
- ingame/contextual/contextual.lua:60 -- EVENT_MANAGER:RegisterForUpdate("ZO_Contextual", FADE_OUT_DELAY, SetShouldntShowAnimated)
- ingame/crowncrates/crowncratesanimatable.lua:225 -- EVENT_MANAGER:RegisterForUpdate(name, ms,
function()
self.callLaters[id] = nil
EVENT_MANAGER:UnregisterForUpdate(name)
func(id)
end)
- ingame/crowncrates/crowngemification_manager.lua:161 -- EVENT_MANAGER:RegisterForUpdate("ZO_CrownGemification_Manager", 500, function() self:OnUpdate() end)
- ingame/death/death.lua:676 -- EVENT_MANAGER:RegisterForUpdate("CyclicRespawnTimer", 0, function() self:UpdateCyclicRespawnTimer() end)
- ingame/death/death.lua:730 -- EVENT_MANAGER:RegisterForUpdate("WaitToShowDeath", DEATH_PROMPT_DELAY_MS, function()
self.waitingToShowPrompt = false
EVENT_MANAGER:UnregisterForUpdate("WaitToShowDeath")
self:UpdateDisplay()
end)
- ingame/death/raidlifedisplay.lua:185 -- EVENT_MANAGER:RegisterForUpdate(self.updateRegistrationName, RECENT_CHANGE_DURATION, self.updateCallback)
- ingame/deathrecap/deathrecap.lua:510 -- EVENT_MANAGER:RegisterForUpdate("DeathRecapUpdate", DEATH_RECAP_DELAY, function()
self.waitingToShowPrompt = false
EVENT_MANAGER:UnregisterForUpdate("DeathRecapUpdate")
self.animateOnShow = true
self:SetupDeathRecap()
end)
- ingame/endlessdungeon/endlessdungeonmanager.lua:40 -- EVENT_MANAGER:RegisterForUpdate("EndlessDungeonManagerStateValuesUpdated", 0, ProcessDirtyStateValues)
- ingame/housingeditor/furnituremanager_shared.lua:230 -- EVENT_MANAGER:RegisterForUpdate("SharedFurniture", 100, InHouseOnUpdate)
- ingame/housingeditor/housingeditorhud.lua:1303 -- EVENT_MANAGER:RegisterForUpdate("ZO_HousingEditorHud_DragMouseAxis", 1, function() self:OnDragMouseAxis() end)
- ingame/housingeditor/housingeditorhud.lua:1622 -- EVENT_MANAGER:RegisterForUpdate("HousingEditor_AxisIndicators", 1, self.axisIndicatorUpdateHandler)
- ingame/housingeditor/housingeditorhud.lua:3687 -- EVENT_MANAGER:RegisterForUpdate("ZO_HousingEditorHud_OnEditorModeChanged", 1, self.OnUpdateHUDHandler)
- ingame/lfg/zo_activityfinderroot_manager.lua:238 -- EVENT_MANAGER:RegisterForUpdate("ActivityFinderRoot_Manager", 0, function() self:OnUpdate() end)
- ingame/map/cmaphandlers.lua:45 -- EVENT_MANAGER:RegisterForUpdate("CMapHandler", 100, function()
self.refresh:UpdateRefreshGroups()
end)
- ingame/map/worldmapquests_shared.lua:69 -- EVENT_MANAGER:RegisterForUpdate("ZO_WorldMapQuestsData_Singleton", 100, function()
if self.listDirty then
self.listDirty = false
self:LayoutList(true)
end
end)
- ingame/particles/particles.lua:12 -- EVENT_MANAGER:RegisterForUpdate("ZO_WorldParticles_Update", 0, function() self:OnUpdate() end)
- ingame/performance/performancemeter.lua:61 -- EVENT_MANAGER:RegisterForUpdate("ZO_PerformanceMeters", 1000, function() self:OnUpdate() end)
- ingame/playerattributebars/playerattributebars.lua:142 -- EVENT_MANAGER:RegisterForUpdate(control:GetName() .. "FadeUpdate", DELAY_BEFORE_FADING, function() bar:UpdateContextualFading() end)
- ingame/playertoplayer/playertoplayer.lua:117 -- EVENT_MANAGER:RegisterForUpdate(control:GetName() .. "OnUpdate", 0, function() self:OnUpdate() end)
- ingame/skills/skillsandactionbarmanager.lua:17 -- EVENT_MANAGER:RegisterForUpdate("ZO_SkillsAndActionBarManager", 0, function() self:OnUpdate() end)
- ingame/subtitles/subtitles.lua:95 -- EVENT_MANAGER:RegisterForUpdate("ZO_SubtitleManager", 1000, function(...) self:OnUpdate(...) end)
- ingame/timedactivities/keyboard/timedactivities_keyboard.lua:182 -- EVENT_MANAGER:RegisterForUpdate("ZO_TimedActivities_Keyboard.RefreshCurrentActivityInfo", 1000, function()
self:RefreshCurrentActivityInfo()
end)
- ingame/tradinghouse/tradinghouse_shared.lua:468 -- EVENT_MANAGER:RegisterForUpdate("ZO_TradingHouseSearch", 10, function()
if self:CanPerformSearch() then
self.waitingToSearch = false
EVENT_MANAGER:UnregisterForUpdate("ZO_TradingHouseSearch")
local QUEUED_SEARCH = true
self:DoSearch(QUEUED_SEARCH)
end
end)
- ingame/tradinghouse/gamepad/tradinghouse_browse_gamepad.lua:176 -- EVENT_MANAGER:RegisterForUpdate("ZO_GamepadTradingHouse_Browse_ListDirty", 0, function()
EVENT_MANAGER:UnregisterForUpdate("ZO_GamepadTradingHouse_Browse_ListDirty")
if self.listDirty then
self:RefreshList()
end
end)
- ingame/tutorial/briefhudtutorial.lua:44 -- EVENT_MANAGER:RegisterForUpdate(self.tutorial:GetName() .. "OnUpdate", 0, function() self:OnUpdate() end)
- ingame/tutorial/hudinfotutorial.lua:14 -- EVENT_MANAGER:RegisterForUpdate(self.tutorial:GetName() .. "OnUpdate", 0, function() self:OnUpdate() end)
- ingame/unitattributevisualizer/modules/arrowregeneration.lua:59 -- EVENT_MANAGER:RegisterForUpdate("ZO_UnitVisualizer_ArrowRegenerationModule" .. self:GetModuleId(), 85, function() self:Pulse() end)
- ingame/unitattributevisualizer/modules/powershield.lua:76 -- EVENT_MANAGER:RegisterForUpdate("ZO_UnitVisualizer_PowerShieldModule" .. self:GetModuleId(), 0, function() self:OnUpdate() end)
- ingame/voicechat/console/zo_voicechat_manager.lua:521 -- EVENT_MANAGER:RegisterForUpdate("ZO_VoiceChat_Manager", 0, function() self:OnUpdate() end)
- internalingame/market/gamepad/market_gamepad.lua:268 -- EVENT_MANAGER:RegisterForUpdate("GamepadMarket_Tooltip", ZO_ONE_SECOND_IN_MILLISECONDS, function()
GAMEPAD_TOOLTIPS:ClearTooltip(GAMEPAD_RIGHT_TOOLTIP, true)
GAMEPAD_TOOLTIPS:LayoutEsoPlusMembershipTooltip(GAMEPAD_RIGHT_TOOLTIP, generateTextFunction())
end)
- internalingame/market/gamepad/market_gamepad.lua:2058 -- EVENT_MANAGER:RegisterForUpdate(self.sceneName, 0, function(...) self:OnUpdate(...) end)
- internalingame/scrying/scrying.lua:758 -- EVENT_MANAGER:RegisterForUpdate("ZO_ScryingBoard", 0, function() self:OnUpdate() end)
- libraries/globals/globalapi.lua:260 -- EVENT_MANAGER:RegisterForUpdate(name, ms,
function()
EVENT_MANAGER:UnregisterForUpdate(name)
func(id)
end)
- libraries/refresh/refresh.lua:87 -- EVENT_MANAGER:RegisterForUpdate("ZO_OrderedRefreshGroupManager", 0, self.OnUpdateCallback)
- libraries/screennarration/screennarrationmanager.lua:424 -- EVENT_MANAGER:RegisterForUpdate("ScreenNarrationUpdate", 0, OnUpdate)
- libraries/utility/zo_fadingstationarycontrolbuffer.lua:52 -- EVENT_MANAGER:RegisterForUpdate(string.format("%s%s", "ZO_FadingStationaryControlBuffer", controllerType), 30, function(...) self:OnUpdateBuffer(...) end)
- libraries/utility/zo_queuedsoundplayer.lua:47 -- EVENT_MANAGER:RegisterForUpdate(self.id, self.currentPlayingSoundLength, self.OnUpdateFunction)
- libraries/zo_crossfadebg/zo_crossfadebg.lua:69 -- EVENT_MANAGER:RegisterForUpdate(self.m_slideShowEventName, delay, SlideShowCallback)
- libraries/zo_directionalinput/zo_directionalinput.lua:57 -- EVENT_MANAGER:RegisterForUpdate("DirectionalInput", 0, function() self:OnUpdate() end)
- libraries/zo_keybindbutton/zo_clickablekeybindlabel.lua:177 -- EVENT_MANAGER:RegisterForUpdate("ClickableKeybindLabelUpdate", 0, OnUpdate)
- libraries/zo_keybindbutton/zo_keybindbutton.lua:274 -- EVENT_MANAGER:RegisterForUpdate("KeybindButtonUpdate", 0, OnUpdate)
- libraries/zo_mostrecenteventhandler/zo_mostrecenteventhandler.lua:18 -- EVENT_MANAGER:RegisterForUpdate(namespace, 0, function() self:OnUpdate() end)
- libraries/zo_particles/zo_particlesystem.lua:353 -- EVENT_MANAGER:RegisterForUpdate("ZO_ParticleSystemManager", 0, function(timeMS) self:OnUpdate(timeMS / 1000) end)
- libraries/zo_scriptprofiler/zo_scriptprofiler.lua:123 -- EVENT_MANAGER:RegisterForUpdate("ZO_ScriptProfiler_Report", 0, function()
for _ = 1, RECORDS_PER_UPDATE do
if recordIndex > numFrameRecords then
frameIndex = frameIndex + 1
recordIndex = 1
numFrameRecords = GetScriptProfilerFrameNumRecords(frameIndex)
end
if frameIndex > numFrames then
EVENT_MANAGER:UnregisterForUpdate("ZO_ScriptProfiler_Report")
PrintReport()
return
end
ParseRecord(frameIndex, recordIndex)
numRecords = numRecords + 1
recordIndex = recordIndex + 1
end
end)
- libraries/zo_statemachine/zo_statemachine.lua:354 -- EVENT_MANAGER:RegisterForUpdate(self.updateName, 0, self.updateCallback)
- libraries/zo_templates/tooltip.lua:151 -- EVENT_MANAGER:RegisterForUpdate("UpdateComparisonDynamicAnchors", 0, UpdateComparisonDynamicAnchors)
- libraries/zo_templates/windowtemplates.lua:318 -- EVENT_MANAGER:RegisterForUpdate(self:GetName(), 20, function(timeMS)
local timeS = timeMS / 1000
if timeS < self.endTimeS and timeS >= self.endTimeS - self.numWarningSounds then
local lastUpdateSecPart = zo_floor(self.lastUpdateS)
local nowSecPart = zo_floor(timeS)
if lastUpdateSecPart ~= nowSecPart then
PlaySound(SOUNDS.COUNTDOWN_WARNING)
if not self.pulseTimeline then
self.pulseTimeline = ANIMATION_MANAGER:CreateTimelineFromVirtual("ZO_RadialCountdownTimerPulse", self)
end
self.pulseTimeline:PlayFromStart()
end
end
self.lastUpdateS = timeS
end)
- libraries/zo_templates/windowtemplates.lua:405 -- EVENT_MANAGER:RegisterForUpdate(tostring(self), 0, function() self:OnUpdate() end)
- libraries/zo_visualeffects/zo_basevisualeffect.lua:64 -- EVENT_MANAGER:RegisterForUpdate("EffectUpdate_" .. effectName, 0, self.OnUpdateCallback)
- pregame/statemanager/gamepad/pregamestates_gamepad.lua:29 -- EVENT_MANAGER:RegisterForUpdate("PregameWaitForGuiRender", 0, function()
if IsGuiShaderLoaded() then
PregameStateManager_AdvanceState()
end
end)
- publicallingames/itempreview/itempreview_shared.lua:501 -- EVENT_MANAGER:RegisterForUpdate("ZO_ItemPreview_Shared", PREVIEW_UPDATE_INTERVAL_MS, function(...) self:OnUpdate(...) end)