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

◆ GetSoakingIncrement()

float InventoryItem::GetSoakingIncrement ( string pIncrementName)
inlineprotected

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

3694 {
3695 string paramPath = string.Format("CfgVehicles %1 EnvironmentWetnessIncrements Soaking %2", GetType(), pIncrementName);
3696 if (g_Game.ConfigIsExisting(paramPath))
3697 return g_Game.ConfigGetFloat(paramPath);
3698
3699 return 0.0;
3700 }
eBleedingSourceType GetType()
DayZGame g_Game
Определения DayZGame.c:3942

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