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

◆ OnActionInfoUpdate()

override void ActionDestroyPart::OnActionInfoUpdate ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

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

31 {
32 ConstructionActionData construction_action_data = player.GetConstructionActionData();
33 m_Text = "#destroy " + construction_action_data.GetTargetPart();
34 }
string m_Text
Определения ActionBase.c:58
ConstructionPart GetTargetPart()
Определения ConstructionActionData.c:93

Перекрестные ссылки ActionTarget, ConstructionActionData::GetTargetPart() и ActionBase::m_Text.