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

◆ RefreshTemperatureAccess()

void Entity::RefreshTemperatureAccess ( TemperatureData data)
inlineprotected

refreshes access without setting temperature, keeps the source locked in

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

2387 {
2388 if (!CanHaveTemperature())
2389 {
2390 Debug.Log("RefreshTemperatureAccess | entity " + this + " does not have temperature range defined!");
2391 return;
2392 }
2393
2394 m_TAC.TryAccessSource(data);
2395 }
void Debug()
Определения UniversalTemperatureSource.c:349
ref TemperatureAccessComponent m_TAC
Определения EntityAI.c:158
bool CanHaveTemperature()
returns true used on selected items that have a temperature effect and can processes temperature chan...
Определения EntityAI.c:3796

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