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

◆ TakeEntityToInventoryImpl()

bool ManBase::TakeEntityToInventoryImpl ( InventoryMode mode,
FindInventoryLocationType flags,
notnull EntityAI item )
inlineprotected

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

9443 {
9444 if (CheckAndExecuteStackSplit(flags, item, this))
9445 {
9446 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS=" + GetSimulationTimeStamp() + " Take2Inv(SPLIT) item=" + GetDebugName(item));
9447 return true;
9448 }
9449
9450 return super.TakeEntityToInventoryImpl(mode, flags, item);
9451 }
void syncDebugPrint(string s)
bool CheckAndExecuteStackSplit(FindInventoryLocationType flags, notnull EntityAI item, notnull EntityAI target)
Определения PlayerBase.c:9416
override string GetDebugName()
Определения dayzplayer.c:1173

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