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

◆ ActionCondition()

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

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

28 {
29 if (!super.ActionCondition(player, target, item))
30 return false;
31
32 PlayerBase otherPlayer = PlayerBase.Cast(target.GetObject());
33 return otherPlayer.IsBleeding();
34 }
Определения PlayerBaseClient.c:2

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