См. определение в файле ServerBrowserTab.c строка 530
531 {
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().