Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
ccinonruined.c
Go to the documentation of this file.
1
class
CCINonRuined
:
CCIBase
2
{
3
override
bool
Can(
PlayerBase
player,
ItemBase
item )
4
{
5
return
( item && !item.IsDamageDestroyed() );
6
}
7
};
ItemBase
Definition:
inventoryitem.c:730
CCIBase
Definition:
ccibase.c:1
PlayerBase
Definition:
playerbaseclient.c:1
CCINonRuined
Definition:
ccinonruined.c:1
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
itemconditioncomponents
ccinonruined.c
Generated by
1.8.17