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

◆ ActionCondition()

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

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

61 {
62 if(player.IsRestrained())
63 {
64 return false;
65 }
66
67 return true;
68 }

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