DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
CCTSelf.c
См. документацию.
1
class
CCTSelf
:
CCTBase
2
{
3
override
bool
Can
(
PlayerBase
player,
ActionTarget
target )
4
{
5
return
( player && !player.IsDamageDestroyed());
6
}
7
8
override
bool
CanContinue
(
PlayerBase
player,
ActionTarget
target )
9
{
10
return
Can
(player, target);
11
}
12
};
ActionTarget
class ActionTargets ActionTarget
CCTBase
Определения
CCTBase.c:2
CCTSelf::CanContinue
override bool CanContinue(PlayerBase player, ActionTarget target)
Определения
CCTSelf.c:8
CCTSelf::Can
override bool Can(PlayerBase player, ActionTarget target)
Определения
CCTSelf.c:3
CCTSelf
Определения
CCTSelf.c:2
PlayerBase
Определения
PlayerBaseClient.c:2
Ishodniki
scripts
4_World
Classes
UserActionsComponent
TargetConditionsComponents
CCTSelf.c
Создано системой
1.13.2