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