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

◆ GetDryingIncrement()

float InventoryItem::GetDryingIncrement ( string pIncrementName)
inlineprotected

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

3685 {
3686 string paramPath = string.Format("CfgVehicles %1 EnvironmentWetnessIncrements Drying %2", GetType(), pIncrementName);
3687 if (g_Game.ConfigIsExisting(paramPath))
3688 return g_Game.ConfigGetFloat(paramPath);
3689
3690 return 0.0;
3691 }
eBleedingSourceType GetType()
DayZGame g_Game
Определения DayZGame.c:3942

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