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

◆ ActionCondition()

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

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

30 {
31 if( item.GetQuantity() ==6 )
32 {
33 return true;
34 }
35 return false;
36 }

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