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

◆ ActionCondition()

override bool ActionDetachFromTarget::ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

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

79 {
80 if ( g_Game.IsMultiplayer() && g_Game.IsServer() ) return true;
81
82 return FindSlotIdToDetach(player, target, item) != InventorySlots.INVALID;
83 }
DayZGame g_Game
Определения DayZGame.c:3942
int FindSlotIdToDetach(PlayerBase player, ActionTarget target, ItemBase item)
Определения ActionDetachFromTarget.c:26

Перекрестные ссылки ActionTarget, FindSlotIdToDetach(), g_Game и InventorySlots::INVALID.