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

◆ CanPerformEvent() [3/3]

override bool HandEventBase::CanPerformEvent ( )
inlineprivate

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

623 {
624 if (GameInventory.CanForceSwapEntitiesEx(GetSrc().GetItem(), m_Dst, m_Src2.GetItem(), m_Dst2))
625 return true;
626
627 #ifdef ENABLE_LOGGING
628 if ( LogManager.IsInventoryHFSMLogEnable() )
629 {
630 Debug.InventoryHFSMLog("CANNOT perform", typename.EnumToString(HandEventID, GetEventID()) , "n/a", "CanPerformEvent", m_Player.ToString() );
631 }
632 #endif
633 return false;
634 }
DayZPlayer m_Player
Определения Hand_Events.c:42
InventoryLocation GetSrc()
Определения Hand_Events.c:80
HandEventID GetEventID()
Определения Hand_Events.c:53
HandEventID
events
Определения Hand_Events.c:7
EntityAI GetItem()
Определения RadialQuickbarMenu.c:37
void Debug()
Определения UniversalTemperatureSource.c:349
ref InventoryLocation m_Dst2
src of old item in hands
Определения Hand_Events.c:534
ref InventoryLocation m_Src2
destination for new item (i.e. hands)
Определения Hand_Events.c:533
ref InventoryLocation m_Dst
Определения Hand_Events.c:272

Перекрестные ссылки GameInventory::CanForceSwapEntitiesEx(), GetEventID(), GetItem(), GetSrc(), Debug::InventoryHFSMLog(), LogManager::IsInventoryHFSMLogEnable(), m_Dst, m_Dst2, m_Player и m_Src2.