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

◆ SetInitFog()

void SceneData::SetInitFog ( float value)
inlineprotected

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

251 {
252 m_WeaterInitFog = value;
253 g_Game.GetWeather().GetFog().Set( value, 0, 1000 );
254 }
DayZGame g_Game
Определения DayZGame.c:3942
float m_WeaterInitFog
Определения SceneData.c:13

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

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