См. определение в файле MiscGameplayFunctions.c строка 1887
1888 {
1889 float windMin;
1890 float windMax;
1891 g_Game.GetWeather().GetWindMagnitude().GetLimits(windMin, windMax);
1892 float snowfall =
g_Game.GetWeather().GetSnowfall().GetActual();
1893 float value = snowfall +
g_Game.GetWeather().GetWindMagnitude().GetActual() / windMax;
1894
1895 return value;
1896 }
Перекрестные ссылки g_Game.