DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LengthUtf8()
proto native
int
string::LengthUtf8
(
)
private
Returns number of characters in UTF8 string.
Возвращает
int
- Number of characters in UTF8 string
string
str =
"こんにちは世界"
;
int
i = str.
LengthUtf8
();
Print
(i);
>> i = 7
Print
proto void Print(void var)
Prints content of variable to console/log.
string::LengthUtf8
proto native int LengthUtf8()
Returns number of characters in UTF8 string.
string
Создано системой
1.13.2