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

◆ IsPingInRange()

bool IsPingInRange ( int ping,
string max_ping )
protected

См. определение в файле ServerBrowserTab.c строка 530

531 {
532 int max = max_ping.Substring( 1, max_ping.Length() - 1 ).ToInt();
533
534 if ( ping < max )
535 return true;
536 return false;
537 }
proto native int Length()
Returns length of string.
proto native int ToInt()
Converts string to integer.
proto string Substring(int start, int len)
Substring of 'str' from 'start' position 'len' number of characters.

Перекрестные ссылки string::Length(), string::Substring() и string::ToInt().

Используется в PassFilter().