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

◆ SetUpdateInterval()

void ComponentEnergyManager::SetUpdateInterval ( float value)
inlineprotected

Energy manager: Sets the interval of the OnWork(...) calls. Changing this value does not change the rate of energy consumption.

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

741 {
742 m_UpdateInterval = value;
743 }
float m_UpdateInterval
Определения ComponentEnergyManager.c:57

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

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