DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanAddItemInHandToInventory()
override
bool
InventoryGridController::CanAddItemInHandToInventory
(
)
inline
protected
См. определение в файле
InventoryQuickbar.c
строка
283
284
{
285
PlayerBase player = PlayerBase.Cast(
g_Game
.GetPlayer() );
286
EntityAI
itemInHand = player.GetEntityInHands();
287
return
itemInHand && player.GetInventory().CanAddEntityToInventory(itemInHand);
288
}
EntityAI
class LogManager EntityAI
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
Перекрестные ссылки
g_Game
.
InventoryGridController
Создано системой
1.13.2