Back to Home
ESO Function Data v101042
CreateCurrencyLootData()
Function Aliases
No known aliases for this function.
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
ingame/zo_loot/loot_shared.lua:121
--
local function CreateCurrencyLootData(currencyType, currencyAmount, isStolen)
Function Calls
ingame/zo_loot/loot_shared.lua:155
--
CreateCurrencyLootData(currencyType, nonStolenCurrencyAmount, not STOLEN)
ingame/zo_loot/loot_shared.lua:161
--
CreateCurrencyLootData(currencyType, stolenCurrencyAmount, STOLEN)