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

◆ OnActionInfoUpdate()

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

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

37 {
38 ItemBase target_IB = ItemBase.Cast(target.GetObject());
39 if ( target_IB.IsLockedInSlot() )
41 else if ( target_IB.IsAlive() )
43 else
44 m_Text = "";
45 }
class GP5GasMask extends MaskBase ItemBase
string m_Text
Определения ActionBase.c:58
const string UNLOCK_VERSION
Определения ActionLockAttachment.c:23
const string LOCK_VERSION
Определения ActionLockAttachment.c:22

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