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

◆ GetUpdateInterval()

float ComponentEnergyManager::GetUpdateInterval ( )
inlineprotected

Energy manager: Returns the update interval of this device.

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

1191 {
1192 #ifdef DIAG_DEVELOPER
1193 if (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_CONSUMPTION) || (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.ENERGY_RECHARGE)))
1194 {
1195 return 1;//when modifying time accel, we might want to see things happen when they should, instead of waiting for the next tick
1196 }
1197 #endif
1198 return m_UpdateInterval;
1199 }
float m_UpdateInterval
Определения ComponentEnergyManager.c:57

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

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