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

◆ OnActionInfoUpdate()

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

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

46 {
47 ConstructionActionData construction_action_data = player.GetConstructionActionData();
48 m_Text = "#dismantle " + construction_action_data.GetTargetPart().GetName();
49 }
string m_Text
Определения ActionBase.c:58
ConstructionPart GetTargetPart()
Определения ConstructionActionData.c:93
string GetName()
Определения ConstructionPart.c:24

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