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

◆ GetSurfaceDigPile()

bool CGame::GetSurfaceDigPile ( string surface,
out string result )
inlineprotected

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

1217 {
1218 return ConfigGetText("CfgSurfaces " + surface + " digPile", result);
1219 }
proto bool ConfigGetText(string path, out string value)
Get string value from config on path.

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

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