FunctionsItemColorGetColorButtonTextItemColorGetColorButtonText CallableItemColorGetColorButtonText(color: BCColor | readonly BCColor[]): stringFetches the color button text for the provided item color. If the item's color is already a string, the color string is returned. Otherwise, returns "Many" or "Default" as appropriate.Parameterscolor: BCColor | readonly BCColor[]The item colorReturns stringThe appropriate color button text for the provided item color(s), translated to the current game language
Fetches the color button text for the provided item color. If the item's color is already a string, the color string is returned. Otherwise, returns "Many" or "Default" as appropriate.