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

◆ IsItemActive()

bool Attachments::IsItemActive ( )
inlineprotected

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

55 {
56 ItemBase item = ItemBase.Cast( GetFocusedItem() );
57 if( !item )
58 {
59 return false;
60 }
61 return !IsEmpty() && ( !QuantityConversions.HasItemQuantity( item ) || ( QuantityConversions.HasItemQuantity( item ) && !item.CanBeSplit() ) );
62 }
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().