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

◆ TakeEntityToTargetAttachmentImpl()

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

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

9509 {
9510 if (CheckAndExecuteStackSplit(FindInventoryLocationType.ATTACHMENT, item, target))
9511 {
9512 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS=" + GetSimulationTimeStamp() + " Take2TargetAtt(SPLIT) item=" + GetDebugName(item));
9513 return true;
9514 }
9515
9516 return super.TakeEntityToTargetAttachmentImpl(mode, target, item);
9517 }
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().