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

◆ ActionCondition()

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

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

33 {
34 if (!super.ActionCondition(player, target, item))
35 return false;
36
37 return player.IsBleeding();
38 }

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