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

◆ ActionCondition()

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

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

85 {
86 if ( !player.IsPlacingLocal() )
87 {
88 return true;
89 }
90 return false;
91 }

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