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

◆ TakeEntityToTargetCargoImpl()

bool ManBase::TakeEntityToTargetCargoImpl ( InventoryMode mode,
notnull EntityAI target,
notnull EntityAI item )
inlineprotected

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

9498 {
9500 {
9501 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS=" + GetSimulationTimeStamp() + " Take2TargetCgo(SPLIT) item=" + GetDebugName(item));
9502 return true;
9503 }
9504
9505 return super.TakeEntityToTargetCargoImpl(mode, target, item);
9506 }
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().