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

◆ IsSurfaceDigable()

bool CGame::IsSurfaceDigable ( string surface)
inlineprotected

Checks if the surface is digable.

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

1157 {
1158 return ConfigGetInt("CfgSurfaces " + surface + " isDigable");
1159 }
proto native int ConfigGetInt(string path)
Get int value from config on path.

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

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