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

◆ ActionCondition()

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

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

20 {
21 if ( item && item.IsOpen() )
22 {
23 return true;
24 }
25 return false;
26 }

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