DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
CCTBase.c
Go to the documentation of this file.
1
class
CCTBase
2
{
3
bool
Can
(
PlayerBase
player,
ActionTarget
target )
4
{
5
return
true
;
6
}
7
8
bool
CanContinue
(
PlayerBase
player,
ActionTarget
target )
9
{
10
return
Can
(player, target);
11
}
12
};
ActionTarget
class ActionTargets ActionTarget
CCTBase
Definition
CCTBase.c:2
CCTBase::CanContinue
bool CanContinue(PlayerBase player, ActionTarget target)
Definition
CCTBase.c:8
CCTBase::Can
bool Can(PlayerBase player, ActionTarget target)
Definition
CCTBase.c:3
PlayerBase
Definition
PlayerBaseClient.c:2