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

◆ CanAddItemInHandToInventory()

override bool InventoryGridController::CanAddItemInHandToInventory ( )
inlineprotected

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

284 {
285 PlayerBase player = PlayerBase.Cast( GetGame().GetPlayer() );
286 EntityAI itemInHand = player.GetHumanInventory().GetEntityInHands();
287 return itemInHand && player.GetInventory().CanAddEntityToInventory(itemInHand);
288 }
class LogManager EntityAI
PlayerBase GetPlayer()
Определения ModifierBase.c:51
proto native CGame GetGame()

Перекрестные ссылки GetGame() и GetPlayer().