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

◆ ActionCondition()

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

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

23 {
24 if ( IsWearingGag(player) && null == player.GetHumanInventory().GetEntityInHands())
25 return true;
26
27 return false;
28 }
bool IsWearingGag(PlayerBase player)
Определения ActionUngagSelf.c:42

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