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

◆ ActionCondition()

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

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

42 {
43 PlayerBase otherPlayer = PlayerBase.Cast(target.GetObject());
44 if (otherPlayer)
45 return otherPlayer.IsBleeding();
46
47 return false;
48 }
Определения PlayerBaseClient.c:2

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