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

◆ RegisterValve()

void RegisterValve ( string pCompName,
int pIndex )
protected

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

576 {
577 m_ValveNames.Set(pIndex, pCompName);
578 m_ValveStates.Set(pIndex, false);
579 m_PressureAnimationRequests.Set(pIndex, 0);
580 m_PressureDeanimationRequests.Set(pIndex, 0);
581 m_WaterLevelTimesAccumulated.Set(pIndex, 0);
582 m_PressureTimesAccumulated.Set(pIndex, false);
583 m_PipeSounds.Set(pIndex, null);
584 }
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().