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

◆ ReplaceItemInHandsWithNewElsewhereImpl()

bool EntityAI::ReplaceItemInHandsWithNewElsewhereImpl ( InventoryMode mode,
ReplaceItemWithNewLambdaBase lambda )
inlineprotected

hand replace2

См. определение в файле 3_Game/DayZ/Entities/Man.c строка 347

348 {
349 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS = " + GetSimulationTimeStamp() + " Replace HND->elsewhere lambda=" + lambda.DumpToString());
350 bool code = GetHumanInventory().ReplaceItemInHandsWithNewElsewhere(mode, lambda);
352 return code;
353 }
void syncDebugPrint(string s)
void UpdateInventoryMenu()
proto native HumanInventory GetHumanInventory()
bool ReplaceItemInHandsWithNewElsewhere(InventoryMode mode, ReplaceItemWithNewLambdaBase lambda)
Определения HumanInventory.c:547
override string GetDebugName()
Определения dayzplayer.c:1173

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

Используется в LocalReplaceItemInHandsWithNewElsewhere() и ServerReplaceItemInHandsWithNewElsewhere().