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

◆ ActionCondition()

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

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

28 {
29 if( item.GetQuantity() >= 2 )
30 {
31 return true;
32 }
33 return false;
34 }

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