DayZ 1.27
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 строка 723

724 {
725 m_UpdateInterval = value;
726 }
float m_UpdateInterval
Определения ComponentEnergyManager.c:57

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

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