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

◆ ActionCondition()

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

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

5 {
6 return true;
7 /*
8 //if staging for cans is introduced
9 if ( item && item.IsOpen() )
10 {
11 return true;
12 }
13 return false;
14 */
15 }

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