DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ActionCondition()
override
bool
ActionAttachOnTrap::ActionCondition
(
PlayerBase
player
,
ActionTarget
target
,
ItemBase
item
)
inline
private
См. определение в файле
ActionAttachOnTrap.c
строка
3
4
{
5
if
(target && !target.GetObject().IsInherited(
TrapBase
))
6
{
7
return
false
;
8
}
9
10
return
super.ActionCondition(player, target, item);
11
}
TrapBase
void TrapBase()
Определения
TrapBase.c:48
Перекрестные ссылки
ActionTarget
.
ActionAttachOnTrap
Создано системой
1.13.2