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

◆ IsSurfaceFertile()

bool CGame::IsSurfaceFertile ( string surface)
inlineprotected

Checks if the surface is fertile.

См. определение в файле Global/game.c строка 1222

1223 {
1224 return ConfigGetInt("CfgSurfaces " + surface + " isFertile");
1225 }
proto native int ConfigGetInt(string path)
Get int value from config on path.

Перекрестные ссылки ConfigGetInt().

Используется в GardenBase::CanBePlaced().