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

◆ TakeEntityToTargetAttachmentImpl()

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

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

9161 {
9162 if (CheckAndExecuteStackSplit(FindInventoryLocationType.ATTACHMENT, item, target))
9163 {
9164 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS=" + GetSimulationTimeStamp() + " Take2TargetAtt(SPLIT) item=" + GetDebugName(item));
9165 return true;
9166 }
9167
9168 return super.TakeEntityToTargetAttachmentImpl(mode, target, item);
9169 }
void syncDebugPrint(string s)
Определения Debug.c:1
FindInventoryLocationType
flags for searching locations in inventory
Определения InventoryLocation.c:17
bool CheckAndExecuteStackSplit(FindInventoryLocationType flags, notnull EntityAI item, notnull EntityAI target)
Определения PlayerBase.c:9068
override string GetDebugName()
Определения dayzplayer.c:1170

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