DayZ
1.24
Loading...
Searching...
No Matches
CCINotRuinedAndDry.c
Go to the documentation of this file.
1
class
CCINotRuinedAndDry
extends
CCIBase
2
{
3
override
bool
Can
(
PlayerBase
player
,
ItemBase
item
)
4
{
5
return
(
item
&& !
item
.IsDamageDestroyed() &&
item
.GetWet() <= 0) ;
6
}
7
};
CCIBase
Definition
CCIBase.c:2
CCIBase::Can
override bool Can(PlayerBase player, ItemBase item)
Definition
CCINotRuinedAndDry.c:3
ItemBase
Definition
InventoryItem.c:697
Param3
Definition
EntityAI.c:95
PlayerBase
Definition
PlayerBaseClient.c:2
scripts
4_World
Classes
UserActionsComponent
ItemConditionComponents
CCINotRuinedAndDry.c
Generated by
1.10.0