Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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
};
CCTBase
Definition:
cctbase.c:1
PlayerBase
Definition:
playerbaseclient.c:1
ActionTarget
class ActionTargets ActionTarget
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
targetconditionscomponents
cctbase.c
Generated by
1.8.17