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

◆ ActionCondition()

override bool ActionAttachOnTentProxy::ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

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

14 {
15 TentBase tent = TentBase.Cast(target.GetParent());
16 if ( !tent )
17 return false;
18
19 return super.ActionCondition(player,target,item);
20 }

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