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

◆ OnEntityInHandsCreated()

void HumanInventory::OnEntityInHandsCreated ( InventoryLocation src)
inlineprivate

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

119 {
120 InventoryLocation cpy = new InventoryLocation();
121 cpy.Copy(src);
122 if (LogManager.IsInventoryHFSMLogEnable()) hndDebugPrint("[inv] OnEntityInHandsCreated src=" + InventoryLocation.DumpToStringNullSafe(cpy));
123 ProcessHandEvent(new HandEventCreated(GetManOwner(), src));
124 }
void hndDebugPrint(string s)
Определения HandFSM.c:1
Man GetManOwner()
Определения HumanInventory.c:102
bool ProcessHandEvent(HandEventBase e)
proto native InventoryLocation Copy(notnull InventoryLocation rhs)
copies location data to another location

Перекрестные ссылки InventoryLocation::Copy(), InventoryLocation::DumpToStringNullSafe(), GetManOwner(), hndDebugPrint(), LogManager::IsInventoryHFSMLogEnable() и ProcessHandEvent().