Checks if the surface is digable.
См. определение в файле Global/game.c строка 1229
1230 {
1231 return ConfigGetInt(
"CfgSurfaces " + surface +
" isDigable");
1232 }
proto native int ConfigGetInt(string path)
Get int value from config on path.
Перекрестные ссылки ConfigGetInt().