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

◆ OnValveManipulationStart()

void OnValveManipulationStart ( int pValveIndex)
protected

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

483 {
484 if (GetGame().IsServer())
485 {
486 AnimateValve(pValveIndex, 1);
487 m_ValveManipulatedIndex = pValveIndex;
488 SetSynchDirty();
489 }
490 }
int m_ValveManipulatedIndex
void AnimateValve(int pValveIndex, float pPhase)
proto native CGame GetGame()

Перекрестные ссылки AnimateValve(), GetGame() и m_ValveManipulatedIndex.