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

◆ OnValveManipulationStart()

void OnValveManipulationStart ( int pValveIndex)
protected

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

496 {
497 if (g_Game.IsServer())
498 {
499 AnimateValve(pValveIndex, 1);
500 m_ValveManipulatedIndex = pValveIndex;
501 SetSynchDirty();
502 }
503 }
DayZGame g_Game
Определения DayZGame.c:3942
int m_ValveManipulatedIndex
void AnimateValve(int pValveIndex, float pPhase)

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