Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
ccinotempty.c
Go to the documentation of this file.
1
class
CCINotEmpty
:
CCIBase
2
{
3
override
bool
Can
(
PlayerBase
player,
ItemBase
item )
4
{
5
return
( item && item.GetQuantity() > 0 );
6
}
7
};
CCIBase
Definition
ccibase.c:2
CCINotEmpty
Definition
ccinotempty.c:2
CCINotEmpty::Can
override bool Can(PlayerBase player, ItemBase item)
Definition
ccinotempty.c:3
ItemBase
Definition
inventoryitem.c:742
PlayerBase
Definition
playerbaseclient.c:2
Games
Dayz
scripts
4_world
classes
useractionscomponent
itemconditioncomponents
ccinotempty.c
Generated by
1.17.0