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

◆ LogDryWetProcess()

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

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

1531 {
1532 #ifdef DIAG_DEVELOPER
1533 if (m_DebugLogDryWet)
1534 {
1535 string indentation = "";
1536 if (indented)
1537 indentation = "|--";
1538
1539 Debug.Log(string.Format("%1 %2", indentation, message));
1540 }
1541 #endif
1542 }
void Debug()
Определения UniversalTemperatureSource.c:349

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

Используется в ApplyDrynessToItemEx(), ApplyWetnessToItem(), ProcessItemsDryness() и ProcessItemsWetness().