Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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:742
PlayerBase
Definition
playerbaseclient.c:2
Games
Dayz
scripts
4_world
classes
useractionscomponent
itemconditioncomponents
ccinotruinedanddry.c
Generated by
1.17.0