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

◆ IsSurfaceDigable()

bool CGame::IsSurfaceDigable ( string surface)
inlineprotected

Checks if the surface is digable.

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

1212 {
1213 return ConfigGetInt("CfgSurfaces " + surface + " isDigable");
1214 }
proto native int ConfigGetInt(string path)
Get int value from config on path.

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

Используется в Inventory_Base::CanBeFilledAtPosition(), GetEmptyingEndSoundset(), GetEmptyingLoopSoundset(), ItemBase::IsPlaceableAtPosition() и FlammableBase::StandUp().