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

◆ SetInitWindForce()

void SceneData::SetInitWindForce ( float value)
inlineprotected

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

268 {
269 // The following method SetWindSpeed does not support smaller values than 0.1!
270 if (value > 0.1)
271 {
272 m_WeaterInitWindForce = value;
273 }
274 else
275 {
277 }
278
279 g_Game.GetWeather().SetWindSpeed( m_WeaterInitWindForce );
280 }
DayZGame g_Game
Определения DayZGame.c:3942
float m_WeaterInitWindForce
Определения SceneData.c:14

Перекрестные ссылки g_Game и m_WeaterInitWindForce.

Используется в PluginConfigHandler::LoadSceneWeather().