refreshes access without setting temperature, keeps the source locked in
См. определение в файле EntityAI.c строка 2386
2387 {
2389 {
2390 Debug.Log(
"RefreshTemperatureAccess | entity " +
this +
" does not have temperature range defined!");
2391 return;
2392 }
2393
2394 m_TAC.TryAccessSource(data);
2395 }
ref TemperatureAccessComponent m_TAC
bool CanHaveTemperature()
returns true used on selected items that have a temperature effect and can processes temperature chan...
Перекрестные ссылки CanHaveTemperature(), Debug::Log() и m_TAC.