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

◆ IsSurfaceFertile()

bool CGame::IsSurfaceFertile ( string surface)
inlineprotected

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().