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

◆ ActionCondition()

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

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

82 {
83 //Action not allowed if player has broken legs
84 if (player.GetBrokenLegs() == eBrokenLegs.BROKEN_LEGS)
85 return false;
86
87 return RepairCondition( player, target, item, true );
88 }
eBrokenLegs
Определения EBrokenLegs.c:2
bool RepairCondition(PlayerBase player, ActionTarget target, ItemBase item, bool camera_check)
Определения ActionRepairPart.c:182

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