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