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

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData action_data)

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

178 {
179 super.OnFinishProgressServer(action_data);
180
181 if (action_data.m_MainItem.GetDeploySoundset() != string.Empty)
182 action_data.m_MainItem.StartItemSoundServer(SoundConstants.ITEM_DEPLOY);
183 if (action_data.m_MainItem.GetLoopDeploySoundset() != string.Empty)
184 action_data.m_MainItem.StopItemSoundServer(SoundConstants.ITEM_DEPLOY_LOOP);
185 }

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