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

◆ ActionCondition()

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

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

18 {
19 return super.ActionCondition(player, target, item);
20 /*
21 //if staging for cans is introduced
22 if ( item && item.IsOpen() )
23 {
24 return true;
25 }
26 return false;
27 */
28 }

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