См. определение в файле 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()
Перекрестные ссылки g_Game и GetType().