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

◆ TakeToDstImpl()

bool ManBase::TakeToDstImpl ( InventoryMode mode,
notnull InventoryLocation src,
notnull InventoryLocation dst )
inlineprotected

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

9172 {
9173 if (CheckAndExecuteStackSplitToInventoryLocation(dst, dst.GetItem()))
9174 {
9175 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS=" + GetSimulationTimeStamp() + " Take2Dst(SPLIT) item=" + GetDebugName(dst.GetItem()));
9176 return true;
9177 }
9178
9179 return super.TakeToDstImpl(mode, src, dst);
9180 }
void syncDebugPrint(string s)
Определения Debug.c:1
bool CheckAndExecuteStackSplitToInventoryLocation(InventoryLocation il, notnull EntityAI item)
Определения PlayerBase.c:9078
override string GetDebugName()
Определения dayzplayer.c:1170

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