Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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 };
ItemBase
Definition: inventoryitem.c:730
Can
bool Can(PlayerBase player, ActionTarget target, ItemBase item, int condition_mask)
Definition: actionbase.c:703
CCIBase
Definition: ccibase.c:1
PlayerBase
Definition: playerbaseclient.c:1