Back to Home
ESO Function Data v100030
AcquireAndApplyAnimationTimeline()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/crowncrates/crowncratespackchoosing.lua:363 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SHOW, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackInComplete()
--Mouse input on the crate is not enabled until it is finished showing. This will prevent the case where the mouse enters the
--crate and then exits it again as it flips and then enters once more but we suppress the enter because of the bounce prevention logic.
self:SetPackMouseEnabled(true)
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:390 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SHOW_FROM_SIDE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackInComplete()
--Mouse input on the crate is not enabled until it is finished showing. This will prevent the case where the mouse enters the
--crate and then exits it again as it flips and then enters once more but we suppress the enter because of the bounce prevention logic.
self:SetPackMouseEnabled(true)
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:417 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_GLOW)
- ingame/crowncrates/crowncratespackchoosing.lua:428 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_GLOW)
- ingame/crowncrates/crowncratespackchoosing.lua:438 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SELECT, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.visuallySelected = true
if not self:IsSelected() then
self:StartDeselectAnimation()
end
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:470 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_DESELECT, self.control, function(timeline, completedPlaying)
self.visuallySelected = false
if completedPlaying then
if self:IsSelected() then
self:StartSelectAnimation()
end
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:501 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SHOW_INFO, self.infoControl)
- ingame/crowncrates/crowncratespackchoosing.lua:510 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_HIDE_INFO, self.infoControl)
- ingame/crowncrates/crowncratespackchoosing.lua:521 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_HIDE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackOutComplete()
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:545 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_HIDE_AND_EXIT_SIDE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackOutComplete()
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:570 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_CHOOSE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackOutComplete()
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:591 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_OPEN, self.box.lid)
- ingame/crowncrates/crowncratespackopening.lua:551 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PRIMARY_DEAL, self.control, TrackPrimaryDealComplete)
- ingame/crowncrates/crowncratespackopening.lua:579 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_DEAL, self.control, TrackBonusDealComplete)
- ingame/crowncrates/crowncratespackopening.lua:609 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_DEAL_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:622 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_SLIDE, self.control)
- ingame/crowncrates/crowncratespackopening.lua:728 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED, self.control)
- ingame/crowncrates/crowncratespackopening.lua:744 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECT, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:749 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:765 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_DESELECT, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:775 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:855 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEAL, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:905 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_CARD, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:932 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_COLOR_TINT, self.colorFlashOverlayTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:953 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_SINGLE_GEM_GAIN, nextSingleGem, animationOnStopHandler)
- ingame/crowncrates/crowncratespackopening.lua:985 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_FINAL_GEM, finalGem, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:1001 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_CROWN_GEM_TEXT, gemGainLabel, function() self.gemGainLabelPool:ReleaseObject(gemGainLabelKey) end)
- ingame/crowncrates/crowncratespackopening.lua:1013 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEALED_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:1024 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEALED_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:1038 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_SHOW_INFO, self.nameAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1045 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_SHOW_INFO, self.rewardTypeAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1055 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_HIDE_INFO, self.nameAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1061 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_HIDE_INFO, self.rewardTypeAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1080 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_LEAVE, self.control, AnimationOnStop)
- ingame/crowncrates/crowngemificationslot.lua:67 -- self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MANUAL_GEMIFY_SET, self.control)