Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
ccibase.c
Go to the documentation of this file.
1
class
CCIBase
2
{
3
bool
Can(
PlayerBase
player,
ItemBase
item )
4
{
5
return
true
;
6
}
7
8
bool
CanContinue(
PlayerBase
player,
ItemBase
item )
9
{
10
return
( Can(player,item) && item && item == player.GetItemInHands() );
11
}
12
};
CCIBase
Definition
ccibase.c:2
ItemBase
Definition
inventoryitem.c:731
PlayerBase
Definition
playerbaseclient.c:2
Daten
4_world
classes
useractionscomponent
itemconditioncomponents
ccibase.c
Generated by
1.12.0