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