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

◆ ActionCondition()

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

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

51 {
52 /*if( !m_HasStarted )
53 {
54 if ( player.IsCraftingSetUp() )
55 {
56 return true;
57 }
58 return false;
59 }
60 else
61 {
62 return true;
63 }*/
64 }

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