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

◆ GetWindModifierPerSurface()

float GetWindModifierPerSurface ( )
protected

Wind intensity (influence) modifier of temperature value.

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

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

490 {
492 return 0.0;
493
494 return g_Game.ConfigGetFloat("CfgSurfaces " + m_SurfaceType + " windModifier");
495 }
DayZGame g_Game
Определения DayZGame.c:3868
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().