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

◆ LogItemHeat()

void Environment::LogItemHeat ( string message,
bool indented = false )
inlineprivate

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

1545 {
1546 #ifdef DIAG_DEVELOPER
1547 if (m_DebugLogItemHeat)
1548 {
1549 string indentation = "";
1550 if (indented)
1551 indentation = "|--";
1552
1553 Debug.Log(string.Format("%1 %2", indentation, message));
1554 }
1555 #endif
1556 }
void Debug()
Определения UniversalTemperatureSource.c:349

Перекрестные ссылки Debug::Log().

Используется в BodyPartHeatProperties(), BodyPartHeatProperties() и ProcessHeatComfort().