DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ IsItemWithQuantityActive()

bool Attachments::IsItemWithQuantityActive ( )
inlineprotected

См. определение в файле Attachments.c строка 64

65 {
66 ItemBase item = ItemBase.Cast( GetFocusedItem() );
67 if( !item )
68 {
69 return false;
70 }
71 return !IsEmpty() && QuantityConversions.HasItemQuantity( item ) && item.CanBeSplit();
72 }
class GP5GasMask extends MaskBase ItemBase
bool IsEmpty()
Определения Attachments.c:49
EntityAI GetFocusedItem()
Определения Attachments.c:104
override bool CanBeSplit()
Определения Rag.c:34

Перекрестные ссылки ItemBase::CanBeSplit(), GetFocusedItem(), QuantityConversions::HasItemQuantity() и IsEmpty().