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

◆ GetSurfaceDigPile()

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

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

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

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

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