DayZ 1.24
Loading...
Searching...
No Matches
CCINotRuinedAndEmpty Class Reference
Inheritance diagram for CCINotRuinedAndEmpty:
[legend]
Collaboration diagram for CCINotRuinedAndEmpty:
[legend]

Private Member Functions

override bool Can (PlayerBase player, ItemBase item)
 

Detailed Description

Definition at line 1 of file CCINotRuinedAndEmpty.c.

Member Function Documentation

◆ Can()

override bool CCINotRuinedAndEmpty::Can ( PlayerBase player,
ItemBase item )
inlineprivate

Definition at line 3 of file CCINotRuinedAndEmpty.c.

4 {
5 return (item && !item.IsDamageDestroyed() && item.GetQuantity() > 0);
6 }

The documentation for this class was generated from the following file: