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

◆ IsItemActive()

override bool Container::IsItemActive ( )
inlineprotected

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

776 {
777 if( GetFocusedIcon() )
778 {
779 ItemBase item = ItemBase.Cast( GetFocusedIcon().GetObject() );
780 return ( item != null );
781 }
782 return false;
783 }
Object GetObject()
Определения ActionTargets.c:122
class GP5GasMask extends MaskBase ItemBase
Icon GetFocusedIcon()
Определения CargoContainer.c:431

Перекрестные ссылки GetFocusedIcon() и GetObject().