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

◆ ActionCondition()

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

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

193 {
194 ItemBase hook;
195 hook = ItemBase.Cast(item.FindAttachmentBySlotName("Hook"));
196
197 return hook && !hook.IsRuined() && !hook.IsPendingDeletion();
198 }
class GP5GasMask extends MaskBase ItemBase

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