DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ActionCondition()
override
bool
ActionCondition
(
PlayerBase
player
,
ActionTarget
target
,
ItemBase
item
)
См. определение в файле
ActionSewTarget.c
строка
27
28
{
29
if
(!super.ActionCondition(player, target, item))
30
return
false
;
31
32
PlayerBase
otherPlayer =
PlayerBase
.Cast(target.GetObject());
33
return
otherPlayer.IsBleeding();
34
}
PlayerBase
Определения
PlayerBaseClient.c:2
Перекрестные ссылки
ActionTarget
.
Ishodniki
scripts
4_World
Classes
UserActionsComponent
Actions
Continuous
Medical
ActionSewTarget.c
Создано системой
1.13.2