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

◆ CanCombine()

bool Attachments::CanCombine ( )
inlineprotected

См. определение в файле 5_Mission/DayZ/GUI/InventoryNew/Attachments.c строка 205

206 {
207 ItemBase ent = ItemBase.Cast( GetFocusedItem() );
208 ItemBase item_in_hands = ItemBase.Cast( g_Game.GetPlayer().GetEntityInHands() );
209
210 return ( ItemManager.GetCombinationFlags( item_in_hands, ent ) != 0 );
211 }
DayZGame g_Game
Определения DayZGame.c:3942
class GP5GasMask extends MaskBase ItemBase

Перекрестные ссылки g_Game, ItemManager::GetCombinationFlags() и GetFocusedItem().