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

◆ OnActionInfoUpdate()

override void ActionFillObject::OnActionInfoUpdate ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprotected

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

33 {
34 HescoBox hesco = HescoBox.Cast(target.GetObject());
35
36 if( hesco.GetState() == HescoBox.UNFOLDED )
37 {
38 m_Text = "#empty";
39 }
40 else
41 {
42 m_Text = "#fill";
43 }
44 }
string m_Text
Определения ActionBase.c:58

Перекрестные ссылки ActionTarget и ActionBase::m_Text.