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

◆ OnFinishProgressClient()

override void ActionFillObject::OnFinishProgressClient ( ActionData action_data)
inlineprotected

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

93 {
94 HescoBox hesco;
95
96 if ( Class.CastTo(hesco,action_data.m_Target.GetObject()) )
97 {
98 if ( hesco.GetState() == HescoBox.UNFOLDED )
99 {
100 hesco.Fill();
101 }
102 else if ( hesco.GetState() == HescoBox.FILLED )
103 {
104 hesco.Unfold();
105 }
106 }
107 }

Перекрестные ссылки ActionData и Class::CastTo().