DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ HexToInt()

proto native int string::HexToInt ( )
private

Converts string to integer.

Возвращает
int - Converted string.
string str = "0xFF";
int i = str.HexToInt();
Print(i);
>> i = 255
proto void Print(void var)
Prints content of variable to console/log.
proto native int HexToInt()
Converts string to integer.