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

◆ SetForecastChangeLimits()

proto native void WeatherPhenomenon::SetForecastChangeLimits ( float fcMin,
float fcMax )
private

Sets limits of change when forecast is computed.

These limits govern how much the forecast value can change when it is computed by weather controller.

Default values are: fcMin = 0 fcMax = 1

Аргументы
fcMinForecast change minimum (in range <0, 1>).
fcMaxForecast change maximum (in range <0, 1>).