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

◆ IsPingInRange()

bool IsPingInRange ( int ping,
string max_ping )
protected

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

541 {
542 int max = max_ping.Substring( 1, max_ping.Length() - 1 ).ToInt();
543
544 if ( ping < max )
545 return true;
546 return false;
547 }
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().