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

◆ ActionCondition()

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

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

46 {
47 PlayerBase ntarget = PlayerBase.Cast( target.GetObject() );
48 if (ntarget.GetBrokenLegs() != eBrokenLegs.BROKEN_LEGS || IsWearingSplint(ntarget))
49 {
50 return false;
51 }
52 return super.ActionCondition(player, target, item);
53
54 }
eBrokenLegs
Определения EBrokenLegs.c:2
bool IsWearingSplint(PlayerBase player)
Определения ActionSplintTarget.c:56

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