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

◆ OnFinishProgressServer()

override void ActionDismantleGardenPlot::OnFinishProgressServer ( ActionData action_data)
inlineprivate

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

55 {
56 GardenPlot targetPlot = GardenPlot.Cast( action_data.m_Target.GetObject() );
57 targetPlot.Delete();
58
59 if ( GetGame().IsServer() )
60 MiscGameplayFunctions.DealAbsoluteDmg( action_data.m_MainItem, 10 );
61 }
proto native CGame GetGame()

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