DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
ActionAttachOnTrap.c
См. документацию.
2{
3 override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
4 {
5 if (target && !target.GetObject().IsInherited(TrapBase))
6 {
7 return false;
8 }
9
10 return super.ActionCondition(player, target, item);
11 }
12}
AttachActionData ActionData ActionAttach()
Определения ActionAttach.c:9
class ActionTargets ActionTarget
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
Определения ActionAttachOnTrap.c:3
Определения InventoryItem.c:731
Определения PlayerBaseClient.c:2
Определения Trap_Bear.c:2