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

◆ TakeEntityToTargetAttachmentExImpl()

bool EntityAI::TakeEntityToTargetAttachmentExImpl ( InventoryMode mode,
notnull EntityAI target,
notnull EntityAI item,
int slot )
inlineprotected

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

756 {
757 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS = " + GetSimulationTimeStamp() + " ::Take2TargetAtt(" + typename.EnumToString(InventoryMode, mode) + ") item=" + Object.GetDebugName(item));
758 bool code = GetInventory().TakeEntityAsTargetAttachmentEx(mode, target, item, slot);
760 return code;
761 }
void syncDebugPrint(string s)
Определения Debug.c:1
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
void UpdateInventoryMenu()
override string GetDebugName()
Определения dayzplayer.c:1170
class LOD Object

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

Используется в JunctureTakeEntityToTargetAttachmentEx(), LocalTakeEntityToTargetAttachmentEx(), PredictiveTakeEntityToTargetAttachmentEx(), ServerTakeEntityToTargetAttachmentEx() и TakeEntityToTargetAttachmentImpl().