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

◆ GetUpdateInterval()

float ComponentEnergyManager::GetUpdateInterval ( )
inlineprotected

Energy manager: Returns the update interval of this device.

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

1236 {
1237 #ifdef DIAG_DEVELOPER
1238 if (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_CONSUMPTION) || (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_RECHARGE)))
1239 {
1240 return 1;//when modifying time accel, we might want to see things happen when they should, instead of waiting for the next tick
1241 }
1242 #endif
1243 return m_UpdateInterval;
1244 }
float m_UpdateInterval
Определения ComponentEnergyManager.c:57

Перекрестные ссылки m_UpdateInterval.

Используется в StartUpdates().