Удалил три ненужных функции и добавил мой любимый HEXToString()

This commit is contained in:
Igor Timofeev 2015-09-28 16:42:48 +03:00
parent 804fa40c82
commit 4cc38e841b

View File

@ -333,7 +333,7 @@ function ECSAPI.decToBase(IN,BASE)
end
--Правильное конвертирование HEX-переменной в строковую
function ECSAPI.HEXtoSTRING(color, bitCount, withNull)
function ECSAPI.HEXtoString(color, bitCount, withNull)
local stro4ka = string.format("%X",color)
local sStro4ka = unicode.len(stro4ka)
if sStro4ka < bitCount then