DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
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:732
PlayerBase
Definition
PlayerBaseClient.c:2