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

◆ TakeEntityToHandsImpl()

override void ManBase::TakeEntityToHandsImpl ( InventoryMode mode,
EntityAI item )
inlineprotected

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

9476 {
9478 {
9479 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS=" + GetSimulationTimeStamp() + " Take2Hands(SPLIT) item=" + GetDebugName(item));
9480 return;
9481 }
9482
9483 super.TakeEntityToHandsImpl(mode, item);
9484 }
void syncDebugPrint(string s)
FindInventoryLocationType
flags for searching locations in inventory
Определения InventoryLocation.c:18
bool CheckAndExecuteStackSplit(FindInventoryLocationType flags, notnull EntityAI item, notnull EntityAI target)
Определения PlayerBase.c:9416
override string GetDebugName()
Определения dayzplayer.c:1173

Перекрестные ссылки CheckAndExecuteStackSplit(), GetDebugName(), LogManager::IsSyncLogEnable() и syncDebugPrint().