mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 13:12:40 +01:00
Удалил три ненужных функции и добавил мой любимый HEXToString()
This commit is contained in:
parent
804fa40c82
commit
4cc38e841b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user