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

Private Member Functions

override bool Can (PlayerBase player, ItemBase item)
 

Detailed Description

Definition at line 1 of file CCINotEmpty.c.

Member Function Documentation

◆ Can()

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

Definition at line 3 of file CCINotEmpty.c.

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

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