Back to Home
ESO Function Data v100025
ApplyTemplateToAreaTexture()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/compass/compass.lua:103
--
function Compass:ApplyTemplateToAreaTexture(texture, template, restingAlpha, pinType)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/compass/compass.lua:178
--
self:ApplyTemplateToAreaTexture(areaTexture, IsInGamepadPreferredMode() and "ZO_CompassAreaTexture_Gamepad_Template" or "ZO_CompassAreaTexture_Keyboard_Template", nil, self.currentlyAnimatingAreaPinType)
ingame/compass/compass.lua:254
--
self:ApplyTemplateToAreaTexture(animation.areaTexture, template, restingAlpha, newPinType)
ingame/compass/compass.lua:484
--
self:ApplyTemplateToAreaTexture(animation.areaTexture, template, restingAlpha)