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

◆ ActionCondition()

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

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

25 {
26 if ( player && player.IsAlive() && !item.IsDamageDestroyed() ) //&& IsConscious && IsNotCaptured
27 {
28 return true;
29 }
30 else
31 {
32 return false;
33 }
34 }

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