- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:91 --
SetPendingSlotDyes(dyeableSlot, primary, secondary, accent)
- ingame/dyeing/dyeingtoolbase.lua:54 --
SetPendingSlotDyes(dyeableSlot, zo_replaceInVarArgs(dyeChannel, INVALID_DYE_ID, GetPendingSlotDyes(dyeableSlot)))
- ingame/dyeing/dyeingtooldye.lua:18 --
SetPendingSlotDyes(dyeableSlot, zo_replaceInVarArgs(dyeChannel, self.owner:GetSelectedDyeId(), GetPendingSlotDyes(dyeableSlot)))
- ingame/dyeing/dyeingtoolerase.lua:22 --
SetPendingSlotDyes(dyeableSlot, zo_replaceInVarArgs(dyeChannel, INVALID_DYE_ID, GetPendingSlotDyes(dyeableSlot)))
- ingame/dyeing/dyeingtoolfill.lua:25 --
SetPendingSlotDyes(dyeableSlotData.dyeableSlot, zo_replaceInVarArgs(dyeChannel, self.owner:GetSelectedDyeId(), GetPendingSlotDyes(dyeableSlotData.dyeableSlot)))
- ingame/dyeing/dyeingtoolsetfill.lua:30 --
SetPendingSlotDyes(dyeableSlot, GetSavedDyeSetDyes(self.owner:GetSelectedSavedSetIndex()))
- ingame/dyeing/dyeing_shared.lua:308 --
SetPendingSlotDyes(dyeableSlot, finalPrimaryDyeId, finalSecondaryDyeId, finalAccentDyeId)