Back to Home
ESO Function Data v100032
ResetAnimation()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/map/mappin.lua:1777
--
function ZO_MapPin:ResetAnimation(resetOptions, loopCount, pulseIcon, overlayIcon, postPulseCallback, min, max)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/map/mappin.lua:1676
--
self:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_HIDE_CONTROL)
ingame/map/mappin.lua:1803
--
self:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_ALLOW_PLAY, animation.duration, animation.texture)
ingame/map/mappin.lua:2546
--
self:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_ALLOW_PLAY, ZO_MapPin.ANIM_CONSTANTS.LONG_LOOP_COUNT, pulseTexture, overlayTexture, ZO_MapPin.DoFinalFadeInAfterPing)
ingame/map/mappin.lua:2548
--
self:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_HIDE_CONTROL)
ingame/map/mappin.lua:2784
--
self:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_HIDE_CONTROL)
ingame/map/worldmap.lua:1619
--
pin:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_HIDE_CONTROL)
ingame/map/worldmap.lua:4045
--
playerPin:ResetAnimation(ZO_MapPin.ANIM_CONSTANTS.RESET_ANIM_HIDE_CONTROL)