DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
CCINotRuinedAndEmpty.c
См. документацию.
1
class
CCINotRuinedAndEmpty
:
CCIBase
2
{
3
override
bool
Can
(
PlayerBase
player,
ItemBase
item )
4
{
5
return
( item && !item.IsDamageDestroyed() && item.GetQuantity() > 0);
6
}
7
};
CCIBase
Определения
CCIBase.c:2
CCINotRuinedAndEmpty::Can
override bool Can(PlayerBase player, ItemBase item)
Определения
CCINotRuinedAndEmpty.c:3
CCINotRuinedAndEmpty
Определения
CCINotRuinedAndEmpty.c:2
ItemBase
Определения
InventoryItem.c:731
PlayerBase
Определения
PlayerBaseClient.c:2
Ishodniki
scripts
4_World
Classes
UserActionsComponent
ItemConditionComponents
CCINotRuinedAndEmpty.c
Создано системой
1.13.2