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

◆ ActionCondition()

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

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

4 {
5 if (target && !target.GetObject().IsInherited(TrapBase))
6 {
7 return false;
8 }
9
10 return super.ActionCondition(player, target, item);
11 }
void TrapBase()
Определения TrapBase.c:48

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