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

◆ OnActionInfoUpdate()

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

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

23 {
24 ConstructionActionData construction_action_data = player.GetConstructionActionData();
25 EntityAI attachment = construction_action_data.GetActualAttachmentToDetach();
26
27 if ( attachment )
28 {
29 m_Text = "#take " + attachment.GetDisplayName();
30 }
31 }
class LogManager EntityAI
string m_Text
Определения ActionBase.c:58
EntityAI GetActualAttachmentToDetach()
Определения ConstructionActionData.c:380

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