Back to Home
ESO Function Data v100034
ZO_Dyeing_UniformRandomize()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/dyeing/dyeing_shared.lua:238
--
function ZO_Dyeing_UniformRandomize(restyleMode, restyleSetIndex, getRandomUnlockedDyeIdFunction)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/restyle/gamepad/restyle_station_gamepad.lua:1570
--
ZO_Dyeing_UniformRandomize(currentMode, setIndex, function() return ZO_DYEING_MANAGER:GetRandomUnlockedDyeId() end)
ingame/restyle/keyboard/restylesheet_keyboard.lua:634
--
ZO_Dyeing_UniformRandomize(self:GetRestyleMode(), self:GetRestyleSetIndex(), function() return ZO_DYEING_MANAGER:GetRandomUnlockedDyeId() end)