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

◆ IsSurfaceFertile()

bool CGame::IsSurfaceFertile ( string surface)
inlineprotected

Checks if the surface is fertile.

См. определение в файле Game.c строка 1167

1168 {
1169 return ConfigGetInt("CfgSurfaces " + surface + " isFertile");
1170 }
proto native int ConfigGetInt(string path)
Get int value from config on path.

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

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