DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
AsciiToString()
proto
string
AsciiToString
(
)
protected
Converts ASCII code to string.
Аргументы
ascii
ASCII code for convert to
string
.
Возвращает
string
- Converted
int
.
int
ascii_code = 77;
string
str = ascii_code.AsciiToString();
Print
(str);
>> str =
'M'
Print
proto void Print(void var)
Prints content of variable to console/log.
Ishodniki
scripts
1_Core
proto
EnConvert.c
Создано системой
1.13.2