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

◆ OnFinishProgressServer()

override void ActionRepackTent::OnFinishProgressServer ( ActionData action_data)
inlineprivate

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

113 {
114 Param1<bool> play = new Param1<bool>( false );
115 g_Game.RPCSingleParam( action_data.m_MainItem, SoundTypeTent.REPACK, play, true );
116
117 m_IsFinished = true;
118 }
DayZGame g_Game
Определения DayZGame.c:3942
SoundTypeTent
Определения LargeTent.c:2
bool m_IsFinished
Определения ActionRepackTent.c:46

Перекрестные ссылки ActionData, g_Game и m_IsFinished.