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