DayZ
1.24
Loading...
Searching...
No Matches
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
};
CCIBase
Definition
CCIBase.c:2
CCINonRuined
Definition
CCINonRuined.c:2
CCINonRuined::Can
override bool Can(PlayerBase player, ItemBase item)
Definition
CCINonRuined.c:3
ItemBase
Definition
InventoryItem.c:697
Param3
Definition
EntityAI.c:95
PlayerBase
Definition
PlayerBaseClient.c:2
scripts
4_World
Classes
UserActionsComponent
ItemConditionComponents
CCINonRuined.c
Generated by
1.10.0