Back to Home
ESO Function Data v100035
LayoutCurrency()
Function Aliases
No known aliases for this function.
Global Function Definitions
publicallingames/tooltip/currencytooltips.lua:1
--
function ZO_Tooltip:LayoutCurrency(currencyType, amount)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/tooltip/crowncratetooltips.lua:18
--
self:LayoutCurrency(rewardReferenceDataId, stackCount)
ingame/zo_loot/gamepad/lootcommon_gamepad.lua:82
--
GAMEPAD_TOOLTIPS:LayoutCurrency(self.tooltipType, selectedData.currencyType, selectedData.currencyAmount)
publicallingames/tooltip/markettooltips.lua:41
--
self:LayoutCurrency(currencyType, amount)
publicallingames/tooltip/rewardtooltips.lua:31
--
self:LayoutCurrency(currencyType, amount)