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

◆ ActionCondition()

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

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

31 {
32 if (item.IsEmpty() && (!item.GetCompEM() || !item.GetCompEM().IsWorking()))
33 {
34 return true;
35 }
36 else
37 {
38 return false;
39 }
40 }

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