0 Talk Sea.string.colorToString Edit History This article is a part of the documentation of the Sea function library -- -- colorToString(Table{r,g,b,a}) -- -- Converts a table to a Blizzard color code -- -- Returns: -- string -- The blizzard color code AARRGGBB -- -- Read more A child of Sea, Sea.lang contains function for formatting strings in a localized way. makeLocalizedS Sea.lang -- -- Warlock Items -- warlock = { "Soul Shard", "Healthstone", "Manastone", "Soulstone" }; Sea.data.item.warlock -- -- Fixes nils with 0s -- fixnilZero = function (...) return Sea.util.fixnilSub(0, unpack(arg)); e Sea.util.fixnilZero Related Categories Category: Function Libraries/Sea documentation External Sponsor Links