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

◆ GetWindModifierPerSurface()

float GetWindModifierPerSurface ( )
protected

Wind intensity (influence) modifier of temperature value.

Возвращает
float modifier used in temperature calculations

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

493 {
495 return 0.0;
496
497 return g_Game.ConfigGetFloat("CfgSurfaces " + m_SurfaceType + " windModifier");
498 }
DayZGame g_Game
Определения DayZGame.c:3942
string m_SurfaceType
Определения Environment.c:60
bool IsUnderRoofBuilding()
Is character under building's roof (periodically checked - GameConstants.ENVIRO_TICK_ROOF_RC_CHECK)....
Определения Environment.c:343

Перекрестные ссылки g_Game, IsUnderRoofBuilding() и m_SurfaceType.

Используется в GetDebugMessage() и GetEnvironmentTemperature().