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

◆ ActionCondition()

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

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

31 {
32 if ( player.GetCraftingManager().GetRecipesCount() > 1 )
33 {
34 return true;
35 }
36 return false;
37 }

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