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

◆ RegisterValve()

void RegisterValve ( string pCompName,
int pIndex )
protected

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

589 {
590 m_ValveNames.Set(pIndex, pCompName);
591 m_ValveStates.Set(pIndex, false);
592 m_PressureAnimationRequests.Set(pIndex, 0);
593 m_PressureDeanimationRequests.Set(pIndex, 0);
594 m_WaterLevelTimesAccumulated.Set(pIndex, 0);
595 m_PressureTimesAccumulated.Set(pIndex, false);
596 m_PipeSounds.Set(pIndex, null);
597 }
ref array< bool > m_PressureDeanimationRequests
ref array< bool > m_ValveStates
ref array< string > m_ValveNames
ref array< float > m_PressureTimesAccumulated
ref array< EffectSound > m_PipeSounds
ref array< float > m_WaterLevelTimesAccumulated
ref array< bool > m_PressureAnimationRequests

Перекрестные ссылки m_PipeSounds, m_PressureAnimationRequests, m_PressureDeanimationRequests, m_PressureTimesAccumulated, m_ValveNames, m_ValveStates и m_WaterLevelTimesAccumulated.

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