DayZ 1.27
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
280 }
proto native Weather GetWeather()
Returns weather controller object.
float m_WeaterInitWindForce
Определения SceneData.c:14
proto native void SetWindSpeed(float speed)
Sets the actual wind speed in metre per second.
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetWeather(), m_WeaterInitWindForce и Weather::SetWindSpeed().

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