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

◆ OnActionInfoUpdate()

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

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

59 {
60 ConstructionActionData construction_action_data = player.GetConstructionActionData();
61 m_Text = "#repair " + construction_action_data.GetTargetPart().GetName();
62 }
string m_Text
Определения ActionBase.c:58
ConstructionPart GetTargetPart()
Определения ConstructionActionData.c:93
string GetName()
Определения ConstructionPart.c:24

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